mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +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
|
|
|