Skip to content

Commit 8e60f72

Browse files
authored
Added ;
1 parent 306f4da commit 8e60f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/parse-fail/issue-46186.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
struct Struct {
1414
a: usize,
15-
} //~ ERROR expected item, found ';'
15+
}; //~ ERROR expected item, found ';'
1616
//~| NOTE consider removing the semicolon
1717

1818
fn main() {}

0 commit comments

Comments
 (0)