-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 in mir_drops_elaborated_and_const_checked #135039
Comments
A bit more investigation (with some help from @sarah-quinones) led me to this additional, possibly related ICE:
ICE + backtrace:
Note that this example does not use async. |
Just noting that is not "minimized", since that second ICE is a totally different ICE from the first. |
Good point, changed the wording (it might make sense to open a second issue, WDYT?) |
One more bit of information: the code is not supposed to compile (it is missing a |
You don't need to change the code to get the two different ICEs, just cargo check the OP to get the second one. |
Code
(this is my best attempt at minimizing -- it includes some modified pieces from axum_login)
Meta
rustc --version --verbose
:The error appears to persist in the latest nightly (2025-01-01)
Error output
Backtrace
The text was updated successfully, but these errors were encountered: