4 lines
135 B
Rust
4 lines
135 B
Rust
|
type X = (?'a) +;
|
||
|
//~^ ERROR `?` may only modify trait bounds, not lifetime bounds
|
||
|
//~| ERROR expected trait bound, not lifetime bound
|