about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-16 03:59:14 -0700
committerbors <bors@rust-lang.org>2013-08-16 03:59:14 -0700
commit8caf5176224be2d5fb43036a0d6eeecf749f6fe6 (patch)
tree4f1774b31d9aeeeb6a2a3148e6f352f15def3b63 /src
parent72b50e729d9662ed22f87aa1fcb97a309afbc0fa (diff)
parent494da5a30bd5acf00ce081e6f7c93b970eaf9b0e (diff)
auto merge of #8530 : brson/rust/rt-backtrace, r=alexcrichton
The new scheduler didn't preserve this behavior.
Diffstat (limited to 'src')
-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"
                 ];