]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/tag-variant-disr-dup.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / tag-variant-disr-dup.stderr
index b3de25e87b353355b4ddd3983d110f6fdce54018..ca12894c04292159b90bc80f40c26d3857392dc6 100644 (file)
@@ -3,7 +3,7 @@ error[E0081]: discriminant value `0` already exists
    |
 LL |     Black = 0x000000,
    |             -------- first use of `0`
-LL |     White = 0x000000, //~ ERROR discriminant value `0` already exists
+LL |     White = 0x000000,
    |             ^^^^^^^^ enum already has `0`
 
 error: aborting due to previous error