rustc: Change ICE message to reflect that ::rt::backtrace doesn't exist

This commit is contained in:
Brian Anderson 2013-08-14 22:27:03 -07:00
parent 3dde8e0f29
commit 494da5a30b

View File

@ -359,7 +359,7 @@ pub fn monitor(f: ~fn(diagnostic::Emitter)) {
let xs = [
~"the compiler hit an unexpected failure path. \
this is a bug",
~"try running with RUST_LOG=rustc=1,::rt::backtrace \
~"try running with RUST_LOG=rustc=1 \
to get further details and report the results \
to github.com/mozilla/rust/issues"
];