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