-
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
Nightly compiler panic after error dump. #74049
Comments
Let’s bisect this and try to find an MCVE. |
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good cc @AminArria @camelid @chrissimpkins @contrun @DutchGhost @elshize @ethanboxx @h-michael @HallerPatrick @hdhoang @hellow554 @imtsuki @kanru @KarlK90 @LeSeulArtichaut @MAdrianMattocks @matheus-consoli @mental32 @nmccarty @Noah-Kennedy @pard68 @PeytonT @pierreN @Redblueflame @RobbieClarken @RobertoSnap @robjtede @SarthakSingh31 @senden9 @shekohex @sinato @spastorino @turboladen @woshilapin @yerke |
Can't reproduce the ICE on the specified nightly with your repo. I'll get an error, but no ICE: Error backtrace
|
It looks like for some reason my environment was printing a different rustc version than it used to compile this crate. See from my backtrace:
This looks like a reproduction of #72076 I'm not able to reproduce this issue with the current nightly compiler. Sorry for the disruptive bug report. |
Code
Sorry, I believe the issue stems from error reporting/lifetime checking so creating a MVE would be difficult. I'll sticky the repository + branch until this issue is resolved:
https://gitlab.com/ertos/fdt-rs/-/tree/compiler-bug
Meta
Error occurs on nightly:
rustc --version --verbose
:Does not reproduce on stable:
Error output
Backtrace
The text was updated successfully, but these errors were encountered: