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