2017-08-18 19:42:26 +02:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:13:21
|
2017-07-28 13:28:07 +02:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | fn new() -> Foo {
|
2017-08-18 19:42:26 +02:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 13:28:07 +02:00
|
|
|
|
|
2018-08-01 16:30:44 +02:00
|
|
|
= note: `-D clippy::use-self` implied by `-D warnings`
|
2017-07-28 13:28:07 +02:00
|
|
|
|
2017-08-18 19:42:26 +02:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:14:13
|
2017-07-28 13:28:07 +02:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | Foo {}
|
2017-08-18 19:42:26 +02:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 13:28:07 +02:00
|
|
|
|
2017-08-18 19:42:26 +02:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:16:22
|
2017-07-28 13:28:07 +02:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | fn test() -> Foo {
|
2017-08-18 19:42:26 +02:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 13:28:07 +02:00
|
|
|
|
2017-08-18 19:42:26 +02:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:17:13
|
2017-07-28 13:28:07 +02:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | Foo::new()
|
2019-01-20 14:50:26 +01:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 13:28:07 +02:00
|
|
|
|
2017-08-18 19:42:26 +02:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:22:25
|
2017-07-28 13:28:07 +02:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | fn default() -> Foo {
|
2017-08-18 19:42:26 +02:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 13:28:07 +02:00
|
|
|
|
2017-08-18 19:42:26 +02:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:23:13
|
2017-07-28 13:28:07 +02:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | Foo::new()
|
2019-01-20 14:50:26 +01:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 13:28:07 +02:00
|
|
|
|
2018-07-14 12:18:50 +02:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:88:22
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | fn refs(p1: &Bad) -> &Bad {
|
2018-07-14 12:18:50 +02:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:88:31
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | fn refs(p1: &Bad) -> &Bad {
|
2018-07-14 12:18:50 +02:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:92:37
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn ref_refs<'a>(p1: &'a &'a Bad) -> &'a &'a Bad {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:92:53
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn ref_refs<'a>(p1: &'a &'a Bad) -> &'a &'a Bad {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:96:30
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn mut_refs(p1: &mut Bad) -> &mut Bad {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:96:43
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn mut_refs(p1: &mut Bad) -> &mut Bad {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:100:28
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn nested(_p1: Box<Bad>, _p2: (&u8, &Bad)) {}
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:100:46
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn nested(_p1: Box<Bad>, _p2: (&u8, &Bad)) {}
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:102:20
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn vals(_: Bad) -> Bad {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-17 08:20:49 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:102:28
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn vals(_: Bad) -> Bad {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-17 08:20:49 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:103:13
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | Bad::default()
|
2019-01-20 14:50:26 +01:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:108:23
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | type Output = Bad;
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:110:27
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn mul(self, rhs: Bad) -> Bad {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-17 08:20:49 +02:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:110:35
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn mul(self, rhs: Bad) -> Bad {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-07-14 12:18:50 +02:00
|
|
|
|
2018-10-25 05:28:54 +02:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:202:56
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
|
|
|
LL | fn bad(foos: &[Self]) -> impl Iterator<Item = &Foo> {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-10-25 05:28:54 +02:00
|
|
|
|
2018-12-27 17:27:42 +01:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:217:13
|
2018-12-28 20:49:19 +01:00
|
|
|
|
|
|
|
|
LL | TS(0)
|
|
|
|
| ^^ help: use the applicable keyword: `Self`
|
2018-12-27 17:27:42 +01:00
|
|
|
|
2019-01-04 11:31:28 +01:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:225:25
|
2019-01-04 11:31:28 +01:00
|
|
|
|
|
|
|
|
LL | fn new() -> Foo {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
...
|
|
|
|
LL | use_self_expand!(); // Should lint in local macros
|
|
|
|
| ------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:226:17
|
2019-01-04 11:31:28 +01:00
|
|
|
|
|
|
|
|
LL | Foo {}
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
...
|
|
|
|
LL | use_self_expand!(); // Should lint in local macros
|
|
|
|
| ------------------- in this macro invocation
|
|
|
|
|
2019-01-07 14:11:53 +01:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:248:29
|
2019-01-07 14:11:53 +01:00
|
|
|
|
|
|
|
|
LL | fn bar() -> Bar {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:249:21
|
2019-01-07 14:11:53 +01:00
|
|
|
|
|
2019-01-07 14:38:01 +01:00
|
|
|
LL | Bar { foo: Foo {} }
|
2019-01-07 14:11:53 +01:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2019-01-21 13:06:32 +01:00
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:293:13
|
2019-01-21 13:06:32 +01:00
|
|
|
|
|
|
|
|
LL | nested::A::fun_1();
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:294:13
|
2019-01-21 13:06:32 +01:00
|
|
|
|
|
|
|
|
LL | nested::A::A;
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2019-01-22 15:16:54 +01:00
|
|
|
--> $DIR/use_self.rs:296:13
|
2019-01-21 13:06:32 +01:00
|
|
|
|
|
|
|
|
LL | nested::A {};
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: aborting due to 29 previous errors
|
2018-01-16 17:06:27 +01:00
|
|
|
|