2017-08-18 19:42:26 +02:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:21: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`
|
2023-08-01 14:02:21 +02:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::use_self)]`
|
2017-07-28 13:28:07 +02:00
|
|
|
|
2017-08-18 19:42:26 +02:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:22: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
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:24: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
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:25: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
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:30: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
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:31: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
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:96:24
|
2018-12-27 16:57:55 +01:00
|
|
|
|
|
2021-02-25 11:25:22 +01:00
|
|
|
LL | fn bad(foos: &[Foo]) -> impl Iterator<Item = &Foo> {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-10-24 23:28:54 -04:00
|
|
|
|
2018-12-27 17:27:42 +01:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:96:55
|
2021-02-25 11:25:22 +01:00
|
|
|
|
|
|
|
|
LL | fn bad(foos: &[Foo]) -> impl Iterator<Item = &Foo> {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:111: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
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:146:29
|
2020-02-07 04:34:06 +01:00
|
|
|
|
|
2021-02-25 11:25:22 +01:00
|
|
|
LL | fn bar() -> Bar {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2019-01-04 11:31:28 +01:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:147:21
|
2020-02-07 04:34:06 +01:00
|
|
|
|
|
2021-02-25 11:25:22 +01:00
|
|
|
LL | Bar { foo: Foo {} }
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2019-01-04 11:31:28 +01:00
|
|
|
|
2019-03-11 23:24:49 +09:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:158:21
|
2019-03-11 23:24:49 +09:00
|
|
|
|
|
|
|
|
LL | fn baz() -> Foo {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:159:13
|
2019-03-11 23:24:49 +09:00
|
|
|
|
|
|
|
|
LL | Foo {}
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2019-01-07 14:11:53 +01:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:176:21
|
2019-07-31 00:24:28 +00:00
|
|
|
|
|
|
|
|
LL | let _ = Enum::B(42);
|
|
|
|
| ^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:177:21
|
2019-07-31 00:24:28 +00:00
|
|
|
|
|
|
|
|
LL | let _ = Enum::C { field: true };
|
|
|
|
| ^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:178:21
|
2019-07-31 00:24:28 +00:00
|
|
|
|
|
|
|
|
LL | let _ = Enum::A;
|
|
|
|
| ^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:220: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
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:221:13
|
2019-01-21 13:06:32 +01:00
|
|
|
|
|
|
|
|
LL | nested::A::A;
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:223:13
|
2019-01-21 13:06:32 +01:00
|
|
|
|
|
|
|
|
LL | nested::A {};
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2019-09-12 08:47:11 +02:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:242:13
|
2019-09-12 08:47:11 +02:00
|
|
|
|
|
|
|
|
LL | TestStruct::from_something()
|
|
|
|
| ^^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2019-11-06 07:13:43 +02:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:256:25
|
2019-11-07 05:59:13 +02:00
|
|
|
|
|
|
|
|
LL | async fn g() -> S {
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:257:13
|
2019-11-07 05:59:13 +02:00
|
|
|
|
|
|
|
|
LL | S {}
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:261:16
|
2019-11-06 07:13:43 +02:00
|
|
|
|
|
|
|
|
LL | &p[S::A..S::B]
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:261:22
|
2019-11-06 07:13:43 +02:00
|
|
|
|
|
|
|
|
LL | &p[S::A..S::B]
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
2021-02-25 11:25:22 +01:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:284:29
|
2021-02-25 11:25:22 +01:00
|
|
|
|
|
|
|
|
LL | fn foo(value: T) -> Foo<T> {
|
|
|
|
| ^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:285:13
|
2021-02-25 11:25:22 +01:00
|
|
|
|
|
2021-07-01 18:17:38 +02:00
|
|
|
LL | Foo::<T> { value }
|
|
|
|
| ^^^^^^^^ help: use the applicable keyword: `Self`
|
2021-02-25 11:25:22 +01:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:457:13
|
2021-02-25 11:25:22 +01:00
|
|
|
|
|
|
|
|
LL | A::new::<submod::B>(submod::B {})
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
2021-05-20 12:30:31 +02:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:494:13
|
2021-05-20 12:30:31 +02:00
|
|
|
|
|
|
|
|
LL | S2::new()
|
|
|
|
| ^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2022-03-14 12:02:53 +01:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:531:17
|
2022-03-14 12:02:53 +01:00
|
|
|
|
|
|
|
|
LL | Foo::Bar => unimplemented!(),
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:532:17
|
2022-03-14 12:02:53 +01:00
|
|
|
|
|
|
|
|
LL | Foo::Baz => unimplemented!(),
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:538:20
|
2022-03-14 12:02:53 +01:00
|
|
|
|
|
|
|
|
LL | if let Foo::Bar = self {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2022-06-04 13:34:07 +02:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:562:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | Something::Num(n) => *n,
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:563:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | Something::TupleNums(n, _m) => *n,
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:564:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | Something::StructNums { one, two: _ } => *one,
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:570:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | crate::issue8845::Something::Num(n) => *n,
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:571:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | crate::issue8845::Something::TupleNums(n, _m) => *n,
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:572:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | crate::issue8845::Something::StructNums { one, two: _ } => *one,
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:588:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | let Foo(x) = self;
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:593:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | let crate::issue8845::Foo(x) = self;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:600:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | let Bar { x, .. } = self;
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:605:17
|
2022-06-04 13:34:07 +02:00
|
|
|
|
|
|
|
|
LL | let crate::issue8845::Bar { x, .. } = self;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2022-10-23 15:18:45 +02:00
|
|
|
error: unnecessary structure name repetition
|
2023-08-24 21:32:12 +02:00
|
|
|
--> $DIR/use_self.rs:644:17
|
2022-10-23 15:18:45 +02:00
|
|
|
|
|
|
|
|
LL | E::A => {},
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: aborting due to 42 previous errors
|
2018-01-16 17:06:27 +01:00
|
|
|
|