]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/derive-uninhabited-enum-38885.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / derive-uninhabited-enum-38885.stderr
index 4feaf3ac96185a9c28fac210f16454465a61040d..bd36a25686a30bc1d0b12cc9a45c2e55ab75f451 100644 (file)
@@ -5,7 +5,7 @@ LL | enum Foo {
    |      --- variant in this enum
 LL |     Bar(u8),
 LL |     Void(Void),
-   |     ^^^^^^^^^^
+   |     ^^^^
    |
    = note: `-W dead-code` implied by `-W unused`
    = note: `Foo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis