mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
10 lines
210 B
Text
10 lines
210 B
Text
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
|
|
|