We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Code:
pub trait A : Copy {} struct Foo; pub trait D { fn f<T>(self) where T<Bogus = Foo>: A; } fn main() {}
playpen
This isn't supposed to compile at all.
Probably a variant of #23544