summaryrefslogtreecommitdiffstats
path: root/src/test/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr')
-rw-r--r--src/test/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr b/src/test/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr
index baf34b46d..512b870fa 100644
--- a/src/test/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr
+++ b/src/test/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr
@@ -13,12 +13,12 @@ LL | field3: (),
LL | field4: (),
| ^^^^^^
|
+ = note: `Whatever` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
note: the lint level is defined here
--> $DIR/clone-debug-dead-code-in-the-same-struct.rs:1:11
|
LL | #![forbid(dead_code)]
| ^^^^^^^^^
- = note: `Whatever` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
error: aborting due to previous error