-
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
ICE: unimpl selecting .. during codegen with -Zmir-opt-level=3 #95640
Comments
I'll look into it regardless |
This comment was marked as resolved.
This comment was marked as resolved.
@allexgray the nightly that contains suspicious commit has not been released yet, there is no point in trying to reproduce this with nightly (or even stable). |
This is the same issue that I identified in #94238, but the bug identified and fixed in #95031 actually caused it to not be triggered until now. The issue here is a "trivial bound" ( This is probably only triggered by the inliner, but the MIR inliner isn't enabled without |
…r=Mark-Simulacrum Add some tests for impossible bounds Adds test for rust-lang#93008 Adds test for rust-lang#94680 Closes rust-lang#94999 Closes rust-lang#95640
…r=Mark-Simulacrum Add some tests for impossible bounds Adds test for rust-lang#93008 Adds test for rust-lang#94680 Closes rust-lang#94999 Closes rust-lang#95640
Code
./src/test/ui/impl-trait/projection.rs or ./src/test/ui/impl-trait/issues/issue-93788.rs
Meta
rustc --version --verbose
:Error output
Backtrace
cc @compiler-errors I believe this might be caused by #95031
The text was updated successfully, but these errors were encountered: