]> git.proxmox.com Git - rustc.git/blame - tests/ui/structs/struct-fields-dupe.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / structs / struct-fields-dupe.stderr
CommitLineData
b7449926 1error[E0062]: field `foo` specified more than once
0731742a 2 --> $DIR/struct-fields-dupe.rs:8:9
b7449926
XL
3 |
4LL | foo: 0,
5 | ------ first use of `foo`
532ac7d7 6LL | foo: 0
b7449926
XL
7 | ^^^ used more than once
8
4b012472 9error: aborting due to 1 previous error
b7449926
XL
10
11For more information about this error, try `rustc --explain E0062`.