mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
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
|
|
|