summary refs log tree commit diff
path: root/src/test/ui/parser/bounds-lifetime-1.stderr
blob: 910092fba40556a87d7717e61a427357ef92d43c (plain)
1
2
3
4
5
6
7
8
error: expected one of `,`, `:`, or `>`, found `'b`
  --> $DIR/bounds-lifetime-1.rs:13:17
   |
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