auto merge of #8530 : brson/rust/rt-backtrace, r=alexcrichton
The new scheduler didn't preserve this behavior.
This commit is contained in:
commit
8caf517622
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue