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

warning: 1 warning emitted