]> git.lizzy.rs Git - rust.git/blob - tests/ui/error-codes/E0062.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / 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`.