about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-08-14 22:27:03 -0700
committerBrian Anderson <banderson@mozilla.com>2013-08-14 22:27:03 -0700
commit494da5a30bd5acf00ce081e6f7c93b970eaf9b0e (patch)
treeeea73342c6526bef9d0cb75f23031a07522a1357
parent3dde8e0f29a11b4ec77c62a654f35aeb759db3cd (diff)
downloadrust-494da5a30bd5acf00ce081e6f7c93b970eaf9b0e.tar.gz
rust-494da5a30bd5acf00ce081e6f7c93b970eaf9b0e.zip
rustc: Change ICE message to reflect that ::rt::backtrace doesn't exist
-rw-r--r--src/librustc/rustc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/rustc.rs b/src/librustc/rustc.rs
index 195ff0dc6b6..9e613fa7e75 100644
--- a/src/librustc/rustc.rs
+++ b/src/librustc/rustc.rs
@@ -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"
                 ];