Skip to content

Commit 7c202a3

Browse files
committed
Fixup test
1 parent 30ac7e7 commit 7c202a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/issue-6702.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ struct Monster {
1414

1515

1616
fn main() {
17-
let _m = Monster(); //~ ERROR `Monster` is a structure name, but
17+
let _m = Monster(); //~ ERROR `Monster` is a struct variant name, but
1818
//~^ HELP did you mean to write: `Monster { /* fields */ }`?
1919
}

0 commit comments

Comments
 (0)