-
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
add test for #113272 #117539
add test for #113272 #117539
Conversation
error: internal compiler error: compiler/rustc_middle/src/ty/normalize_erasing_regions.rs:195:90: Failed to normalize <() as Trait>::RefTarget, maybe try to call `try_normalize_erasing_regions` instead Fixes rust-lang#113272
r? @oli-obk (rustbot has picked a reviewer for you, use r? to override) |
r? compiler |
Was this fixed by #112810? If so, then almost exactly the same test was committed there (except suppressing a missing item error), and this should be closed even if the tests differ slightly. |
If not, please can you do a bisection to see when this test started passing? I would like more information to be added here rather than adding almost exactly the same test into the test suite twice. |
@compiler-errors it seems this was fixed in #116849 🤔 |
could you edit |
@matthiaskrgr any updates on this? thanks |
Ping from triage: I'm closing this due to inactivity, Please reopen when you are ready to continue with this. @rustbot label: +S-inactive |
error: internal compiler error: compiler/rustc_middle/src/ty/normalize_erasing_regions.rs:195:90: Failed to normalize <() as Trait>::RefTarget, maybe try to call
try_normalize_erasing_regions
insteadFixes #113272