rust/src/test/ui/parser/mut-patterns.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

8 lines
245 B
Text

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