Fixup test
This commit is contained in:
parent
30ac7e78e2
commit
7c202a39c1
@ -14,6 +14,6 @@ struct Monster {
|
||||
|
||||
|
||||
fn main() {
|
||||
let _m = Monster(); //~ ERROR `Monster` is a structure name, but
|
||||
let _m = Monster(); //~ ERROR `Monster` is a struct variant name, but
|
||||
//~^ HELP did you mean to write: `Monster { /* fields */ }`?
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user