blob: 9507a4598581a743a7efd922c9917c3852df32cd [file] [log] [blame]
error: expected one of `=`, lifetime, or type, found `,`
--> $DIR/bounds-lifetime-where.rs:8:14
|
LL | type A where , = u8;
| ^ expected one of `=`, lifetime, or type here
error: aborting due to previous error