]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0062.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0062.stderr
1 error[E0062]: field `x` specified more than once
2 --> $DIR/E0062.rs:18:9
3 |
4 17 | x: 0,
5 | ---- first use of `x`
6 18 | x: 0,
7 | ^^ used more than once
8
9 error: aborting due to previous error
10