-
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] librustc_traits/normalize_erasing_regions.rs:53: could not fully normalize #54114
Comments
Not sure if related, but I get the same error when compiling nalgebra with the latest nightly and
|
This is happening in const eval. I'll investigate. |
I'm not sure that this is the same problem, but I have found the following:
See here for the code. If I change Without the |
The link to the reproduction seems to be dead. |
If you mean my link above, it works for me. However, I don't see the ICE anymore. |
Closing as it seems the ICE can't be reproduced anymore, no MCVE was provided. |
I have the following ICE:
The full output of
cargo build
withRUST_BACKTRACE=1
is attached. This looks like it could be a regression of #49685This is for the repo at https://fuchsia-review.googlesource.com/c/garnet/+/194882 - you should be able to cd into
bin/recovery_netstack/core/
and runcargo build
to get this error.cc: @cramertj and @cavedweller
The text was updated successfully, but these errors were encountered: