Incoherent impls are allowed on default associated types #74299
Labels
A-specialization
Area: Trait impl specialization
C-bug
Category: This is a bug.
F-specialization
`#![feature(specialization)]`
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: error for potentially overlapping impls
Instead, this happened: ICEs in codegen
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: