-
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: "cannot convert ReErased
to a region vid"
#96304
Labels
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
yvt
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 22, 2022
oli-obk
added
requires-nightly
This issue requires a nightly compiler in some way.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
labels
Apr 23, 2022
yvt
added a commit
to r3-os/r3
that referenced
this issue
May 23, 2022
Work-around for [rust-lang/rust#96304][1]. Fixes ICE in tests. [1]: rust-lang/rust#96304
yvt
added a commit
to r3-os/r3
that referenced
this issue
May 24, 2022
Work-around for [rust-lang/rust#96304][1]. Fixes ICE in tests. [1]: rust-lang/rust#96304
yvt
added a commit
to r3-os/r3
that referenced
this issue
May 24, 2022
Work-around for [rust-lang/rust#96304][1]. Fixes ICE in tests. [1]: rust-lang/rust#96304
This looks similar to #78174 (before inline const type inference is implemented). Essentially the problem is that in |
Still present in 1.75-nightly. |
matthiaskrgr
added
the
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
label
Apr 15, 2024
This was referenced May 25, 2024
Amanieu
added a commit
to Amanieu/rust
that referenced
this issue
Jun 11, 2024
Amanieu
added a commit
to Amanieu/rust
that referenced
this issue
Jun 11, 2024
Amanieu
added a commit
to Amanieu/rust
that referenced
this issue
Jun 11, 2024
folkertdev
pushed a commit
to folkertdev/rust
that referenced
this issue
Jul 21, 2024
folkertdev
pushed a commit
to folkertdev/rust
that referenced
this issue
Jul 22, 2024
Amanieu
added a commit
to Amanieu/rust
that referenced
this issue
Jul 25, 2024
folkertdev
pushed a commit
to folkertdev/rust
that referenced
this issue
Aug 2, 2024
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.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
(Playground)
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: