about summary refs log tree commit diff
path: root/tests/ui/associated-type-bounds/rpit.stderr
blob: 4c9594569329c3bac3d02f9f4ff03f5e94c50f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning: method `tr2` is never used
  --> $DIR/rpit.rs:6:20
   |
LL | trait Tr2<'a> { fn tr2(self) -> &'a Self; }
   |       ---          ^^^
   |       |
   |       method in this trait
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: 1 warning emitted