Skip to content

Instantly share code, notes, and snippets.

Created February 10, 2012 04:57
Show Gist options
  • Save anonymous/1786805 to your computer and use it in GitHub Desktop.
Save anonymous/1786805 to your computer and use it in GitHub Desktop.
Rustic REPL scratch file
/*
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);
}
[Compiler error]
error: internal compiler error unexpected failure
note: 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