]> git.lizzy.rs Git - rust.git/blob - src/test/ui/structs/struct-duplicate-comma.stderr
Override rustc version in ui and mir-opt tests to get stable hashes
[rust.git] / src / test / ui / structs / struct-duplicate-comma.stderr
1 error: expected identifier, found `,`
2   --> $DIR/struct-duplicate-comma.rs:11:14
3    |
4 LL |     let _ = Foo {
5    |             --- while parsing this struct
6 LL |         a: 0,,
7    |              ^
8    |              |
9    |              expected identifier
10    |              help: remove this comma
11
12 error: aborting due to previous error
13