]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0062.stderr
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20
[rust.git] / src / test / ui / error-codes / E0062.stderr
1 error[E0062]: field `x` specified more than once
2   --> $DIR/E0062.rs:8:9
3    |
4 LL |         x: 0,
5    |         ---- first use of `x`
6 LL |         x: 0,
7    |         ^ used more than once
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0062`.