rust/src/test/ui/parser/bounds-lifetime-where.stderr

9 lines
293 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `=`, lifetime, or type, found `,`
--> $DIR/bounds-lifetime-where.rs:8:14
2018-10-20 15:36:17 -05:00
|
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