error[E0081]: discriminant value `0` already exists --> $DIR/tag-variant-disr-dup.rs:20:13 | LL | black = 0x000000, | -------- first use of `0` LL | white = 0x000000, | ^^^^^^^^ enum already has `0` error: aborting due to previous error For more information about this error, try `rustc --explain E0081`.