We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f713b commit 549de0dCopy full SHA for 549de0d
src/test/compile-fail/issue-6702.rs
@@ -14,6 +14,6 @@ struct Monster {
14
15
16
fn main() {
17
- let _m = Monster(); //~ ERROR `Monster` is a struct variant name, but
+ let _m = Monster(); //~ ERROR `Monster` is the name of a struct or
18
//~^ HELP did you mean to write: `Monster { /* fields */ }`?
19
}
0 commit comments