mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
10 lines
181 B
Text
10 lines
181 B
Text
warning: trait `Foo` is never used
|
|
--> $DIR/issue-7575.rs:3:7
|
|
|
|
|
LL | trait Foo {
|
|
| ^^^
|
|
|
|
|
= note: `#[warn(dead_code)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|