blob: 459d5c3b6ea4f5b0d21ae83095bc8a5396a9dbe1 [file] [log] [blame]
error: expected one of `!`, `(`, `+`, `::`, `:`, `<`, `==`, or `=`, found `,`
--> $DIR/bounds-type-where.rs:8:15
|
LL | type A where T, = u8;
| ^ expected one of 8 possible tokens here
error: aborting due to previous error