]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-46186.stderr
Rollup merge of #53271 - llogiq:simplify-maybe-map, r=joshtriplett
[rust.git] / src / test / ui / issues / issue-46186.stderr
1 error: expected item, found `;`
2   --> $DIR/issue-46186.rs:13:2
3    |
4 LL | }; //~ ERROR expected item, found `;`
5    |  ^ help: consider removing this semicolon
6    |
7    = help: braced struct declarations are not followed by a semicolon
8
9 error: aborting due to previous error
10