Files
rust/tests/ui/use_self_trait.stderr

11 lines
284 B
Plaintext
Raw Normal View History

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`
|
= note: `-D clippy::use-self` implied by `-D warnings`
2020-01-10 08:56:16 +09:00
error: aborting due to previous error
2020-01-10 08:56:16 +09:00