summary refs log tree commit diff
path: root/src/test/ui/parser/bind-struct-early-modifiers.stderr
blob: 03482a41f546597720f4a2f2348739ec7d4446d3 (plain)
1
2
3
4
5
6
7
8
error: expected `,`
  --> $DIR/bind-struct-early-modifiers.rs:4:19
   |
LL |         Foo { ref x: ref x } => {},
   |                   ^

error: aborting due to previous error