]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-46186.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-46186.stderr
1 error: expected item, found `;`
2   --> $DIR/issue-46186.rs:3: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