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
|
2018-02-23 03:42:32 +03:00
LL | let _m = Monster(); //~ ERROR expected function, found struct `Monster`
| ^^^^^^^ did you mean `Monster { /* fields */ }`?
error: aborting due to previous error
2018-02-19 21:40:25 +01:00
If you want more information on this error, try using "rustc --explain E0423"