summary refs log tree commit diff
path: root/src/test/ui/parser/lifetime-semicolon.stderr
blob: 4641c286cb80821880ab34f3f2cbd9534b64d74c (plain)
1
2
3
4
5
6
7
8
error: expected one of `,` or `>`, found `;`
  --> $DIR/lifetime-semicolon.rs:5:30
   |
LL | fn foo<'a, 'b>(x: &mut Foo<'a; 'b>) {}
   |                              ^ expected one of `,` or `>`

error: aborting due to previous error