2020-01-10 08:56:16 +09:00
|
|
|
error: unnecessary structure name repetition
|
|
|
|
|
--> $DIR/use_self_trait.rs:41:19
|
|
|
|
|
|
|
|
|
|
|
LL | type Output = Bad;
|
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
2020-10-10 00:26:12 +02:00
|
|
|
= note: `-D clippy::use-self` implied by `-D warnings`
|
2020-01-10 08:56:16 +09:00
|
|
|
|
2020-10-10 00:26:12 +02:00
|
|
|
error: aborting due to previous error
|
2020-01-10 08:56:16 +09:00
|
|
|
|