// https://github.com/rust-lang/rust/issues/58857 struct Conj {a : A} trait Valid {} impl Conj{} //~^ ERROR negative bounds are not supported fn main() {}