ICE: Failed to normalize Alias(Weak, AliasTy {
with feature(type_alias_impl_trait)
#127353
Labels
C-bug
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
S-has-bisection
Status: a bisection has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
Note
Ice location:
rust/compiler/rustc_middle/src/ty/normalize_erasing_regions.rs
Lines 161 to 173 in cc8da78
Similar Issue
#109387 use same feature but has different query stack
#120267 has same query stack, but mine uses (type_alias_impl_trait) and
Alias(Weak, AliasTy {
was something I'v never seen before@rustbot label +F-type_alias_impl_trait
The text was updated successfully, but these errors were encountered: