summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/where-clauses-no-bounds-or-predicates.stderr
blob: 4bd0cc885c99b8aa727af9ea05fc7a89ce2944ca (plain)
1
2
3
4
5
6
7
8
error: expected `:`, found `{`
  --> $DIR/where-clauses-no-bounds-or-predicates.rs:11:23
   |
LL | fn foo<'a>() where 'a {}
   |                       ^ expected `:`

error: aborting due to 1 previous error