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

error: aborting due to previous error