We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
trait AnyTrait {} trait Foo where Self::Bug: AnyTrait { // type Bug; // this compiler panics regardless of whether this is present. } fn main() {}