mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 09:36:40 +00:00
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
warning: trait `Empty` is never used
|
|
--> $DIR/bounds.rs:7:7
|
|
|
|
|
LL | trait Empty {}
|
|
| ^^^^^
|
|
|
|
|
= note: `#[warn(dead_code)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|