2016-11-30 16:35:25 -06:00
|
|
|
error[E0423]: expected function, found struct `Monster`
|
2016-11-30 16:35:25 -06:00
|
|
|
--> $DIR/issue-6702.rs:17:14
|
|
|
|
|
|
|
|
|
17 | let _m = Monster(); //~ ERROR expected function, found struct `Monster`
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^^^^^^^ did you mean `Monster { /* fields */ }`?
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2016-11-30 16:35:25 -06:00
|
|
|
|