summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/where-clauses-no-bounds-or-predicates.stderr
blob: b80b0a409065b8b8d382b25124c39c9e5cd7ca16 (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 previous error