]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/empty-impl-semicolon.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / parser / empty-impl-semicolon.stderr
CommitLineData
0bf4aa26 1error: expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`
0731742a 2 --> $DIR/empty-impl-semicolon.rs:1:9
0bf4aa26 3 |
532ac7d7 4LL | impl Foo;
60c5eb7d 5 | ^ expected one of 8 possible tokens
0bf4aa26
XL
6
7error: aborting due to previous error
8