rust/tests/ui/consts/const-block-item.stderr

11 lines
210 B
Plaintext
Raw Normal View History

2024-02-06 20:42:01 -06:00
warning: trait `Value` is never used
--> $DIR/const-block-item.rs:5:15
|
LL | pub trait Value {
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted