From 494da5a30bd5acf00ce081e6f7c93b970eaf9b0e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 14 Aug 2013 22:27:03 -0700 Subject: [PATCH] rustc: Change ICE message to reflect that ::rt::backtrace doesn't exist --- src/librustc/rustc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/rustc.rs b/src/librustc/rustc.rs index 195ff0dc6b695..9e613fa7e759b 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" ];