
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
10 lines
213 B
Text
10 lines
213 B
Text
warning: trait `A` is never used
|
|
--> $DIR/method-two-traits-distinguished-via-where-clause.rs:6:7
|
|
|
|
|
LL | trait A {
|
|
| ^
|
|
|
|
|
= note: `#[warn(dead_code)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|