blob: 29c12352146b54568aeac81d6a121978f2fa294a [file] [log] [blame] [edit]
fn main() {}
type X<'a> = (?'a) +;
//~^ ERROR `?` may only modify trait bounds, not lifetime bounds
//~| ERROR at least one trait is required for an object type