summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/bind-struct-early-modifiers.stderr
blob: b35762a887c782d7ae8e4d177546dbe478bd1ef3 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `,`
  --> $DIR/bind-struct-early-modifiers.rs:4:20
   |
LL |         Foo { ref x: ref x } => {},
   |         ---        ^
   |         |
   |         while parsing the fields for this pattern

error: aborting due to previous error