]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/bind-struct-early-modifiers.stderr
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
[rust.git] / src / test / ui / parser / bind-struct-early-modifiers.stderr
1 error: expected `,`
2   --> $DIR/bind-struct-early-modifiers.rs:4:20
3    |
4 LL |         Foo { ref x: ref x } => {},
5    |         ---        ^
6    |         |
7    |         while parsing the fields for this pattern
8
9 error: aborting due to previous error
10