]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-22599.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-22599.stderr
index 9c3b2cbe6c79680982cd7a0c3a3d995fa8423f3a..2b34830d08427c9235701b00d7ce3af983d9c8b4 100644 (file)
@@ -2,7 +2,7 @@ error: unused variable: `a`
   --> $DIR/issue-22599.rs:8:19
    |
 LL |     v = match 0 { a => 0 };
-   |                   ^ help: consider prefixing with an underscore: `_a`
+   |                   ^ help: if this is intentional, prefix it with an underscore: `_a`
    |
 note: the lint level is defined here
   --> $DIR/issue-22599.rs:1:9