rust/tests/ui/parser/where-clauses-no-bounds-or-predicates.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
206 B
Plaintext
Raw Normal View History

2018-10-20 20:36:17 +00:00
error: expected `:`, found `{`
2019-05-31 20:50:04 +00:00
--> $DIR/where-clauses-no-bounds-or-predicates.rs:11:23
2018-10-20 20:36:17 +00:00
|
LL | fn foo<'a>() where 'a {}
| ^ expected `:`
error: aborting due to previous error