rust/src/test/ui/parser/mut-patterns.stderr
2019-08-24 21:53:55 +02:00

9 lines
255 B
Plaintext

error: expected one of `:`, `;`, `=`, `@`, or `|`, found `{`
--> $DIR/mut-patterns.rs:5:17
|
LL | let mut Foo { x: x } = Foo { x: 3 };
| ^ expected one of `:`, `;`, `=`, `@`, or `|` here
error: aborting due to previous error