blob: de5a0fac54fee4a0304a291fe6c1e20338746504 [file] [log] [blame]
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`.