mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 17:14:50 +00:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
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
|
|
|