We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306f4da commit 8e60f72Copy full SHA for 8e60f72
src/test/parse-fail/issue-46186.rs
@@ -12,7 +12,7 @@
12
13
struct Struct {
14
a: usize,
15
-} //~ ERROR expected item, found ';'
+}; //~ ERROR expected item, found ';'
16
//~| NOTE consider removing the semicolon
17
18
fn main() {}
0 commit comments