]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-6610.stderr
Auto merge of #68820 - WaffleLapkin:remove_finished_from_map_while, r=LukasKalbertodt
[rust.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