about summary refs log tree commit diff
path: root/tests/ui/macros/macro-self-mutability-7911.stderr
blob: 43335aee3ead8c453c47e86435702f8148890184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning: method `dummy` is never used
  --> $DIR/macro-self-mutability-7911.rs:8:8
   |
LL | trait FooBar {
   |       ------ method in this trait
LL |     fn dummy(&self) { }
   |        ^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: 1 warning emitted