blob: e4a4b9c58060238a22eac415436778690f13768e (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0423]: expected value, found struct `xcrate_unit_struct::StructWithFields`
--> $DIR/xcrate-unit-struct.rs:9:13
|
LL | let _ = xcrate_unit_struct::StructWithFields;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ did you mean `xcrate_unit_struct::StructWithFields { /* fields */ }`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0423`.
|