summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/bounds-lifetime-where-1.stderr
blob: b6bd866938bed6db56512807ef17ab61f06147bf (plain)
1
2
3
4
5
6
7
8
error: expected `:`, found `;`
  --> $DIR/bounds-lifetime-where-1.rs:1:16
   |
LL | type A where 'a;
   |                ^ expected `:`

error: aborting due to previous error