ICE during orphanck with the next solver involving opaque type "covered" by a fundamental type #136188
Labels
A-coherence
Area: Coherence
C-bug
Category: This is a bug.
F-fundamental
`#![feature(fundamental)]`
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-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Reproducer
a.rs
:rustc a.rs --crate-type=lib
:b.rs
:rustc b.rs --crate-type=lib --extern a -L. --edition=2021 -Znext-solver
:Compiler Output
Compiler output (includes backtrace)
Meta
I semi-knowingly introduced this bug in #117164, see FIXMEs (I just didn't have any reproducers (this likely isn't the only one)).
The text was updated successfully, but these errors were encountered: