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
|
|
|
|
|