rust/src/test/ui/resolve/issue-6702.stderr

10 lines
358 B
Plaintext
Raw Normal View History

error[E0423]: expected function, found struct `Monster`
--> $DIR/issue-6702.rs:17:14
|
17 | let _m = Monster(); //~ ERROR expected function, found struct `Monster`
| ^^^^^^^ did you mean `Monster { /* fields */ }`?
error: aborting due to previous error
2018-02-19 14:40:25 -06:00
If you want more information on this error, try using "rustc --explain E0423"