8 lines
201 B
Text
8 lines
201 B
Text
error: expected `,`
|
|
--> $DIR/bind-struct-early-modifiers.rs:6:19
|
|
|
|
|
LL | Foo { ref x: ref x } => {}, //~ ERROR expected `,`
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|