]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/proc-macro/attributes-included.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / proc-macro / attributes-included.stderr
index 27a215de032aa436c8b5228b8a40ea8c867a9c14..72c88d5d8b75203ee78a1afc8c709f9883b7caaa 100644 (file)
@@ -2,7 +2,7 @@ warning: unused variable: `a`
   --> $DIR/attributes-included.rs:17:9
    |
 LL |     let a: i32 = "foo";
-   |         ^ 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/attributes-included.rs:4:9
@@ -11,3 +11,5 @@ LL | #![warn(unused)]
    |         ^^^^^^
    = note: `#[warn(unused_variables)]` implied by `#[warn(unused)]`
 
+warning: 1 warning emitted
+