summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/bounds-type-where.stderr
blob: 5636ee75c97a8b72f265038310ade044ecf8561a (plain)
1
2
3
4
5
6
7
8
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

error: aborting due to previous error