Created
February 10, 2012 04:57
-
-
Save anonymous/1786805 to your computer and use it in GitHub Desktop.
Rustic REPL scratch file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
rustc 0.2pre (2a59ab8 2012-01-22 01:33:37 +0800) | |
host: x86_64-unknown-linux-gnu | |
*/ | |
use std; | |
fn main() { | |
// Transient: | |
log(error, 0b42); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Compiler error] | |
[1;31merror:[0m internal compiler error unexpected failure | |
[1;32mnote:[0m The compiler hit an unexpected failure path. This is a bug. Try running with RUST_LOG=rustc=0,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment