9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
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
|
|
|