ICE: failure to relate an opaque to itself should result in an error later on
#117392
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
rustc --version --verbose
:The same issue occurs with the latest nightly too.
Error output
Backtrace
It doesn't look like I get any more info with
RUST_BACKTRACE=1
.The text was updated successfully, but these errors were encountered: