-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Compiler error, nightly #32696
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
Comments
Here is an example.
bug crate
ICE occurs if:
Macro is a slimmed down version of lazy_static! macro from same named crate on Cargo. Closure can be arbitary complex as long there is at least one invocation of that macro in it, ICE will occur. |
|
Conrod also seems to be hitting this issue when compiling the I don't have a copy of the nightly rustc locally, but here's the output from travis:
The ICE occurs for this commit within this PR directly after emitting a |
It seems the As of 1.9, this ICE now occurs in stable rust. |
NB: took liberty to reformat the report. |
duplicate of #34027. |
While running
cargo build
with nightly (2016-04-01) rustc panics with error:ERROR:rbml::reader: failed to find block with tag 32
which originates in
rust/src/librbml/lib.rs:437
.Nightly Rust from ~8 days didn't panic.
Funny how ::imp:: shows in backtrace.
Edit:
It will take some time to reduce all relevant code to some manageable example.
Meta
rustc --version --verbose
:Backtrace
:The text was updated successfully, but these errors were encountered: