]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/bind-struct-early-modifiers.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / parser / bind-struct-early-modifiers.stderr
1 error: expected `,`
2   --> $DIR/bind-struct-early-modifiers.rs:16:19
3    |
4 LL |         Foo { ref x: ref x } => {}, //~ ERROR expected `,`
5    |                   ^
6
7 error: aborting due to previous error
8