summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/attributes-included.stderr
blob: 72c88d5d8b75203ee78a1afc8c709f9883b7caaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
warning: unused variable: `a`
  --> $DIR/attributes-included.rs:17:9
   |
LL |     let a: i32 = "foo";
   |         ^ help: if this is intentional, prefix it with an underscore: `_a`
   |
note: the lint level is defined here
  --> $DIR/attributes-included.rs:4:9
   |
LL | #![warn(unused)]
   |         ^^^^^^
   = note: `#[warn(unused_variables)]` implied by `#[warn(unused)]`

warning: 1 warning emitted