rust/tests/ui/associated-consts/associated-const-type-param...

11 lines
209 B
Plaintext

warning: trait `Bar` is never used
--> $DIR/associated-const-type-parameters.rs:30:7
|
LL | trait Bar: Foo {
| ^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted