os-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
208 B
Text
Raw Permalink Normal View History

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