Fixup test
This commit is contained in:
parent
30ac7e78e2
commit
7c202a39c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue