rust-clippy/tests/ui/use_self_trait.stderr
2021-02-10 11:57:28 +01:00

10 lines
284 B
Text

error: unnecessary structure name repetition
--> $DIR/use_self_trait.rs:41:19
|
LL | type Output = Bad;
| ^^^ help: use the applicable keyword: `Self`
|
= note: `-D clippy::use-self` implied by `-D warnings`
error: aborting due to previous error