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

9 lines
206 B
Plaintext
Raw Normal View History

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