]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tag-variant-disr-dup.stderr
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
[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:8: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`.