blob: 5bcb8962e0f4e1161aca470ab2d983b5ca3f74ff [file] [log] [blame]
error: expected `:`, found `;`
--> $DIR/bounds-lifetime-where-1.rs:13:16
|
LL | type A where 'a; //~ ERROR expected `:`, found `;`
| ^ expected `:`
error: aborting due to previous error