about summary refs log tree commit diff
path: root/src/test/ui/span/issue-24690.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/span/issue-24690.stderr')
-rw-r--r--src/test/ui/span/issue-24690.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/span/issue-24690.stderr b/src/test/ui/span/issue-24690.stderr
index 4f1c870d874..d4c0eb21342 100644
--- a/src/test/ui/span/issue-24690.stderr
+++ b/src/test/ui/span/issue-24690.stderr
@@ -10,6 +10,7 @@ note: lint level defined here
 18 | #![warn(unused)]
    |         ^^^^^^
    = note: #[warn(unused_variables)] implied by #[warn(unused)]
+   = note: to disable this warning, consider using `_theOtherTwo` instead
 
 warning: variable `theTwo` should have a snake case name such as `the_two`
   --> $DIR/issue-24690.rs:22:9