blob: 4bd0cc885c99b8aa727af9ea05fc7a89ce2944ca [file] [log] [blame] [edit]
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