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
@ -359,7 +359,7 @@ impl Drop for finally {
|
|||||||
let xs = [
|
let xs = [
|
||||||
~"the compiler hit an unexpected failure path. \
|
~"the compiler hit an unexpected failure path. \
|
||||||
this is a bug",
|
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 get further details and report the results \
|
||||||
to github.com/mozilla/rust/issues"
|
to github.com/mozilla/rust/issues"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user