]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issue-6610.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / parser / issue-6610.stderr
1 error: expected `;` or `{`, found `}`
2 --> $DIR/issue-6610.rs:1:20
3 |
4 LL | trait Foo { fn a() }
5 | - ^
6 | | |
7 | | expected `;` or `{`
8 | | the item list ends here
9 | while parsing this item list starting here
10
11 error: aborting due to previous error
12