blob: d1210e88d6678bedc2534ba183a5e3be37c5604b [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: `const` may only modify trait bounds, not lifetime bounds
--> $DIR/bounds-type.rs:16:8
|
LL | T: const 'a,
| ^^^^^
error: aborting due to 3 previous errors