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