-
Notifications
You must be signed in to change notification settings - Fork 13.3k
error: internal compiler error: unexpected panic #23469
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
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
Thanks for the report. I'm linking this to #23115 which seems to be a similar issue. |
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Mar 20, 2015
…erflow-bug, r=alexcrichton This should solve issues rust-lang#23115, rust-lang#23469, and rust-lang#23407. As the title says, this is just a workaround. The underlying problem is that macro expansion can produce invalid spans. I've opened issue rust-lang#23480 so we don't forget about that.
Triage: Didn't run the code, but related issue is closed and the commit explicitly mentions fixing this, so this should be closed. |
we already have different issues for the bad spans generated. closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this code:
Compiling github.com/cquinn/meshman @ d2aa1d88cbb8db90778a03092c73fb352c996b39
with
cargo build
I expected to see this happen: successful compilation, or error messages.
Instead, this happened: compiler panic.
Meta
rustc --version --verbose
:stack backtrace:
The text was updated successfully, but these errors were encountered: