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