mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
warning: trait `A` is never used
|
|
--> $DIR/method-two-traits-distinguished-via-where-clause.rs:6:7
|
|
|
|
|
LL | trait A {
|
|
| ^
|
|
|
|
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: 1 warning emitted
|
|
|