]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/mut-patterns.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / parser / mut-patterns.stderr
1 error: expected one of `:`, `;`, `=`, or `@`, found `{`
2 --> $DIR/mut-patterns.rs:17:17
3 |
4 LL | let mut Foo { x: x } = Foo { x: 3 }; //~ ERROR: expected one of `:`, `;`, `=`, or `@`, found `{`
5 | ^ expected one of `:`, `;`, `=`, or `@` here
6
7 error: aborting due to previous error
8