mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
warning: trait `Foo` is never used
|
|
--> $DIR/trait-method-self-param-error-7575.rs:4:7
|
|
|
|
|
LL | trait Foo {
|
|
| ^^^
|
|
|
|
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: 1 warning emitted
|
|
|