-
Notifications
You must be signed in to change notification settings - Fork 13k
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
ICE: removal index (is 0) should be < len (is 0) / glacier fixed/81899.rs #88434
Comments
This one also crashes beta and stable release channel. |
Huh, why was this not detected earlier if it was tracked in glacier as fixed? |
If you add a
Output:
And if you add the two feature attributes the above messages ask you to enable, it still does not ICE, but correctly errors with "evaluation of constant value failed."
Based on some debugging which I described here, I think this ICE has to do with the lifetime I am new to the Rust compiler, and I just chose this issue because it seemed like a good first issue to work on, so I will read the Rustc development guide more (thanks to @camelid for sharing this) and try to further debug this. |
@Noble-Mushtak If you plan to work on this issue, I recommend claiming it so other people know that and don't start working on it too. You can claim the issue by commenting with You may also want to read the "Getting Started" section of the guide. |
@rustbot claim |
Code
code from glacier fixed/81899.rs
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: