]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/lifetime-semicolon.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / lifetime-semicolon.stderr
1 error: expected one of `,` or `>`, found `;`
2   --> $DIR/lifetime-semicolon.rs:5:30
3    |
4 LL | fn foo<'a, 'b>(x: &mut Foo<'a; 'b>) {}
5    |                              ^ expected one of `,` or `>`
6
7 error: aborting due to previous error
8