blob: d8f6180ceb315ab07a41346ca0d9904f9a131478 [file] [log] [blame]
// check-pass
// compile-flags: -Z chalk
trait Bar { }
trait Foo<S, T: ?Sized> {
type Assoc: Bar + ?Sized;
}
fn main() {
}