mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08: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
|
||
|
|