Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'rustc' failed at 'vint too big' #12541

Closed
evansuva opened this issue Feb 25, 2014 · 1 comment
Closed

'rustc' failed at 'vint too big' #12541

evansuva opened this issue Feb 25, 2014 · 1 comment

Comments

@evansuva
Copy link

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
)

Code is:

extern crate extra;
use extra::arc::MutexArc;

fn main() {
    let counter: MutexArc<int> = MutexArc::new(0);
}
@alexcrichton
Copy link
Member

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.

bors added a commit to rust-lang-ci/rust that referenced this issue Jul 25, 2022
fix: Clear proc-macro changed flag when reloading workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants