rust/src/test/ui/parser/bounds-lifetime-1.stderr

9 lines
282 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `,`, `:`, or `>`, found `'b`
--> $DIR/bounds-lifetime-1.rs:1:17
2018-10-20 15:36:17 -05:00
|
LL | type A = for<'a 'b> fn(); //~ ERROR expected one of `,`, `:`, or `>`, found `'b`
| ^^ expected one of `,`, `:`, or `>` here
error: aborting due to previous error