I am getting the following error - is this a bug?

amitava:learn amitava$ cat app.rs
// vi:ts=4:sw=4:nu

fn main() {
    range(1u,3).map(|_| 5);
}
amitava:learn amitava$ make
rustc -Z debug-info -o app app.rs
app.rs:4:21: 4:22 error: internal compiler error: debuginfo:
FunctionDebugContext should be initialized but is not!
app.rs:4     range(1u,3).map(|_| 5);
                                 ^
make: *** [app] Error 101

amitava:learn amitava$ rustc --version
rustc 0.8-pre (5c0d192 2013-08-15 13:50:10 -0700)
host: x86_64-apple-darwin

---
Amitava
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to