Incoherent impls are still allowed on opaque types #86411
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
requires-nightly
This issue requires a nightly compiler in some way.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
I tried this code (modified version of #74298):
I expected to see this happen: incoherent impls error
Instead, this happened: ICE during codegen
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: