rust/src/test/ui/parser/bind-struct-early-modifiers.stderr
2018-12-25 21:08:33 -07:00

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