rust/src/test/ui/error-codes/E0062.stderr

12 lines
305 B
Plaintext
Raw Normal View History

2018-02-07 21:35:35 -06:00
error[E0062]: field `x` specified more than once
--> $DIR/E0062.rs:18:9
|
17 | x: 0,
| ---- first use of `x`
18 | x: 0,
2018-02-17 21:35:59 -06:00
| ^ used more than once
2018-02-07 21:35:35 -06:00
error: aborting due to previous error
2018-02-19 14:40:25 -06:00
If you want more information on this error, try using "rustc --explain E0062"