-
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
debug assertion failure: debug_assert!(!erased.needs_infer(), "{:?}", erased); #96767
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
matthiaskrgr
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
labels
May 6, 2022
Backtrace
|
@matthiaskrgr Is this ticket necessary? given that this is |
Whoops. |
Yeah, I'm going to close this as this debug assertion failing is a symptom of the underlying issue that this test is tracking. @matthiaskrgr, let me know if that's not fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
./src/test/ui/hrtb/issue-94034.rs
Meta
rustc --version --verbose
:Error output
rustc ./src/test/ui/hrtb/issue-94034.rs --edition=2021 --crate-type lib
The text was updated successfully, but these errors were encountered: