-
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 on 1.51.0 stable: 'LocalTableInContext: key not found' #84044
Labels
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been 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.
Comments
trtsl
added
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.
labels
Apr 9, 2021
Even simpler: playground.
|
This ICE also does not happen in the 1.52 beta. |
fanninpm
added a commit
to fanninpm/glacier
that referenced
this issue
Apr 16, 2021
Issue: rust-lang/rust#84044
Does not seem to ICE @rustbot modify labels: E-needs-test |
rustbot
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Sep 10, 2021
BGR360
added a commit
to BGR360/rust
that referenced
this issue
Dec 27, 2021
The ICE from rust-lang#84044 no longer occurs.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 5, 2022
Add tests for three old ICEs Closes rust-lang#84044 Closes rust-lang#91594 Closes rust-lang#89066
Mark-Simulacrum
pushed a commit
to BGR360/rust
that referenced
this issue
Jan 28, 2022
The ICE from rust-lang#84044 no longer occurs.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 29, 2022
Add tests for three old ICEs Closes rust-lang#84044 Closes rust-lang#91594 Closes rust-lang#89066
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 29, 2022
Add tests for three old ICEs Closes rust-lang#84044 Closes rust-lang#91594 Closes rust-lang#89066
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.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been 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.
I get the following ICE with
rustc
1.51.0 stable (but not on nightly). The ICE can currently be reproduced on the playground.Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: