]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-46186.stderr
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
[rust.git] / src / test / ui / parser / issue-46186.stderr
1 error: expected item, found `;`
2   --> $DIR/issue-46186.rs:5:2
3    |
4 LL | };
5    |  ^ help: remove this semicolon
6    |
7    = help: braced struct declarations are not followed by a semicolon
8
9 error: aborting due to previous error
10