about summary refs log tree commit diff
path: root/tests/ui/associated-consts/associated-const-type-parameters.stderr
blob: c94cffd69c10eed2328e327382ed10ea811e59b8 (plain)
1
2
3
4
5
6
7
8
9
10
warning: trait `Bar` is never used
  --> $DIR/associated-const-type-parameters.rs:30:7
   |
LL | trait Bar: Foo {
   |       ^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: 1 warning emitted