rust/src/test/ui/parser/bounds-lifetime-where.stderr
2018-12-25 21:08:33 -07:00

9 lines
294 B
Plaintext

error: expected one of `=`, lifetime, or type, found `,`
--> $DIR/bounds-lifetime-where.rs:10: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