rust/src/test/ui/parser/bind-struct-early-modifiers.stderr
2018-10-21 14:06:28 +03:00

8 lines
202 B
Text

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