]> git.lizzy.rs Git - rust.git/blob - tests/ui/structs/struct-duplicate-comma.stderr
internally change regions to be covariant
[rust.git] / tests / 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