You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My silly demo code produces this internal compiler error:
bash-3.2$ rustc -v
rustc 0.10-pre (b48bc9e 2014-02-24 14:37:01 -0800)
host: x86_64-apple-darwin
bash-3.2$ rustc bug.rs
error: internal compiler error: unexpected failure
This message reflects a bug in the Rust compiler.
We would appreciate a bug report: http://static.rust-lang.org/doc/master/complement-bugreport.html
note: the compiler hit an unexpected failure path. this is a bug
Ok(task 'rustc' failed at 'vint too big', /Users/dave/rust/src/libserialize/ebml.rs:130
)
Closing, I believe this is sadly another dupe of #10207. The extra library containing arc was removed a long time ago, so it sounds like you've got some out of date/stale libraries lying around by accident.
My silly demo code produces this internal compiler error:
Code is:
The text was updated successfully, but these errors were encountered: