Skip to content

Commit 8caf517

Browse files
committed
auto merge of #8530 : brson/rust/rt-backtrace, r=alexcrichton
The new scheduler didn't preserve this behavior.
2 parents 72b50e7 + 494da5a commit 8caf517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ pub fn monitor(f: ~fn(diagnostic::Emitter)) {
359359
let xs = [
360360
~"the compiler hit an unexpected failure path. \
361361
this is a bug",
362-
~"try running with RUST_LOG=rustc=1,::rt::backtrace \
362+
~"try running with RUST_LOG=rustc=1 \
363363
to get further details and report the results \
364364
to github.com/mozilla/rust/issues"
365365
];

0 commit comments

Comments
 (0)