9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
|
error: expected `:`, found `,`
|
||
|
--> $DIR/recovered-struct-variant.rs:2:10
|
||
|
|
|
||
|
LL | A { a, b: usize }
|
||
|
| ^ expected `:`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|