-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Compiler panic: bpos.to_usize() >= mbc.pos.to_usize() + mbc.bytes #46773
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
arielb1
changed the title
Compiler panic
Compiler panic: bpos.to_usize() >= mbc.pos.to_usize() + mbc.bytes
Dec 17, 2017
sfackler
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Dec 17, 2017
Here's a tiny program that reproduces the problem:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustc panics with the following backtrace:
Unfortunately, although it compiles nicely on stable, I can't publish the code yet; so I'm not sure this bug report is actually useful :/
The text was updated successfully, but these errors were encountered: