mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 10:38:38 +00:00
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
warning: trait `Empty` is never used
|
|
--> $DIR/bounds.rs:7:7
|
|
|
|
|
LL | trait Empty {}
|
|
| ^^^^^
|
|
|
|
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: 1 warning emitted
|
|
|