]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/derive-uninhabited-enum-38885.stderr
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / ui / derive-uninhabited-enum-38885.stderr
index bd36a25686a30bc1d0b12cc9a45c2e55ab75f451..dcdf8f8430ff3a2c644f2d691070fbab1f85c05c 100644 (file)
@@ -7,8 +7,8 @@ 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
+   = note: `-W dead-code` implied by `-W unused`
 
 warning: 1 warning emitted