about summary refs log tree commit diff
path: root/src/test/ui/parser/mut-patterns.stderr
blob: 286956440ec347c3f43d933f5acc83e5a9eda3e8 (plain)
1
2
3
4
5
6
7
8
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