about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 d709e732ab4..7dbbf81f15d 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"
                 ];