Closed
Description
failed to find block with tag 7
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://static.rust-lang.org/doc/master/complement-bugreport.html
note: run with `RUST_LOG=std::rt::backtrace` for a backtrace
task 'rustc' failed at 'explicit failure', /usr/local/git/rust/src/libserialize/ebml.rs:209
The following simple code triggers this:
fn main() {
println!("{}", ::std::num::Float::to_radians(200));
}