// check-pass // compile-flags: -Z chalk trait Bar { } trait Foo { type Assoc: Bar + ?Sized; } fn main() { }