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 @@ impl Drop for finally { 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" ];