2022-05-10 07:46:05 -05:00
|
|
|
error: unnecessary structure name repetition
|
|
|
|
--> $DIR/main.rs:6:21
|
|
|
|
|
|
|
|
|
LL | pub fn bar() -> Foo {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/main.rs:1:9
|
|
|
|
|
|
|
|
|
LL | #![deny(clippy::use_self)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-10-26 11:10:40 -05:00
|
|
|
error: unnecessary structure name repetition
|
|
|
|
--> $DIR/main.rs:7:9
|
|
|
|
|
|
|
|
|
LL | Foo
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2022-05-10 07:46:05 -05:00
|
|
|
|