We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4779899 commit bbe4c85Copy full SHA for bbe4c85
src/test/ui/issue-46186.stderr
@@ -0,0 +1,8 @@
1
+error: expected item, found `;`
2
+ --> $DIR/issue-46186.rs:13:2
3
+ |
4
+13 | }; //~ ERROR expected item, found `;`
5
+ | ^ help: consider removing this semicolon
6
+
7
+error: aborting due to previous error
8
0 commit comments