blob: 9a1f2ed398240f48f8da6b140af1848eee8b5fea [file] [log] [blame]
error: `?` may only modify trait bounds, not lifetime bounds
--> $DIR/bounds-type.rs:10:8
|
LL | T: ?'a,
| ^
error: `?const` may only modify trait bounds, not lifetime bounds
--> $DIR/bounds-type.rs:15:8
|
LL | T: ?const 'a,
| ^^^^^^
error: aborting due to 2 previous errors