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