blob: 6d7d98ac6a16bf64de285d90073f4a563e5239db [file] [log] [blame]
error[E0423]: expected value, found struct `X`
--> $DIR/issue-61226.rs:3:10
|
LL | vec![X]; //…
| ^ did you mean `X { /* fields */ }`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0423`.