]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tag-variant-disr-dup.stderr
Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrz
[rust.git] / src / test / ui / tag-variant-disr-dup.stderr
1 error[E0081]: discriminant value `0` already exists
2   --> $DIR/tag-variant-disr-dup.rs:20:13
3    |
4 LL |     black = 0x000000,
5    |             -------- first use of `0`
6 LL |     white = 0x000000,
7    |             ^^^^^^^^ enum already has `0`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0081`.