about summary refs log tree commit diff
path: root/tests/ui/methods/method-recursive-blanket-impl.stderr
blob: e358f80d3ff50c6307b2ad48070b9a1dc8643e29 (plain)
1
2
3
4
5
6
7
8
9
10
warning: trait `Foo` is never used
  --> $DIR/method-recursive-blanket-impl.rs:13:7
   |
LL | trait Foo<A> {
   |       ^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: 1 warning emitted