2017-08-18 12:42:26 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:23:21
|
2017-07-28 06:28:07 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | fn new() -> Foo {
|
2017-08-18 12:42:26 -05:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 06:28:07 -05:00
|
|
|
|
|
2018-08-01 09:30:44 -05:00
|
|
|
= note: `-D clippy::use-self` implied by `-D warnings`
|
2017-07-28 06:28:07 -05:00
|
|
|
|
2017-08-18 12:42:26 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:24:13
|
2017-07-28 06:28:07 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | Foo {}
|
2017-08-18 12:42:26 -05:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 06:28:07 -05:00
|
|
|
|
2017-08-18 12:42:26 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:26:22
|
2017-07-28 06:28:07 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | fn test() -> Foo {
|
2017-08-18 12:42:26 -05:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 06:28:07 -05:00
|
|
|
|
2017-08-18 12:42:26 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:27:13
|
2017-07-28 06:28:07 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | Foo::new()
|
2019-01-20 07:50:26 -06:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 06:28:07 -05:00
|
|
|
|
2017-08-18 12:42:26 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:32:25
|
2017-07-28 06:28:07 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | fn default() -> Foo {
|
2017-08-18 12:42:26 -05:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 06:28:07 -05:00
|
|
|
|
2017-08-18 12:42:26 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:33:13
|
2017-07-28 06:28:07 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | Foo::new()
|
2019-01-20 07:50:26 -06:00
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2017-07-28 06:28:07 -05:00
|
|
|
|
2018-07-14 05:18:50 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:98:24
|
2018-12-27 09:57:55 -06:00
|
|
|
|
|
2021-02-25 04:25:22 -06:00
|
|
|
LL | fn bad(foos: &[Foo]) -> impl Iterator<Item = &Foo> {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2018-10-24 22:28:54 -05:00
|
|
|
|
2018-12-27 10:27:42 -06:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:98:55
|
2021-02-25 04:25:22 -06:00
|
|
|
|
|
|
|
|
LL | fn bad(foos: &[Foo]) -> impl Iterator<Item = &Foo> {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:113:13
|
2018-12-28 13:49:19 -06:00
|
|
|
|
|
|
|
|
LL | TS(0)
|
|
|
|
| ^^ help: use the applicable keyword: `Self`
|
2018-12-27 10:27:42 -06:00
|
|
|
|
2019-01-04 04:31:28 -06:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:148:29
|
2020-02-06 21:34:06 -06:00
|
|
|
|
|
2021-02-25 04:25:22 -06:00
|
|
|
LL | fn bar() -> Bar {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2019-01-04 04:31:28 -06:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:149:21
|
2020-02-06 21:34:06 -06:00
|
|
|
|
|
2021-02-25 04:25:22 -06:00
|
|
|
LL | Bar { foo: Foo {} }
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
2019-01-04 04:31:28 -06:00
|
|
|
|
2019-03-11 09:24:49 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:160:21
|
2019-03-11 09:24:49 -05:00
|
|
|
|
|
|
|
|
LL | fn baz() -> Foo {
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:161:13
|
2019-03-11 09:24:49 -05:00
|
|
|
|
|
|
|
|
LL | Foo {}
|
|
|
|
| ^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2019-01-07 07:11:53 -06:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:178:21
|
2019-07-30 19:24:28 -05:00
|
|
|
|
|
|
|
|
LL | let _ = Enum::B(42);
|
|
|
|
| ^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:179:21
|
2019-07-30 19:24:28 -05:00
|
|
|
|
|
|
|
|
LL | let _ = Enum::C { field: true };
|
|
|
|
| ^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:180:21
|
2019-07-30 19:24:28 -05:00
|
|
|
|
|
|
|
|
LL | let _ = Enum::A;
|
|
|
|
| ^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:222:13
|
2019-01-21 06:06:32 -06:00
|
|
|
|
|
|
|
|
LL | nested::A::fun_1();
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:223:13
|
2019-01-21 06:06:32 -06:00
|
|
|
|
|
|
|
|
LL | nested::A::A;
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:225:13
|
2019-01-21 06:06:32 -06:00
|
|
|
|
|
|
|
|
LL | nested::A {};
|
|
|
|
| ^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2019-09-12 01:47:11 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:244:13
|
2019-09-12 01:47:11 -05:00
|
|
|
|
|
|
|
|
LL | TestStruct::from_something()
|
|
|
|
| ^^^^^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
2019-11-05 23:13:43 -06:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:258:25
|
2019-11-06 21:59:13 -06:00
|
|
|
|
|
|
|
|
LL | async fn g() -> S {
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:259:13
|
2019-11-06 21:59:13 -06:00
|
|
|
|
|
|
|
|
LL | S {}
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:263:16
|
2019-11-05 23:13:43 -06:00
|
|
|
|
|
|
|
|
LL | &p[S::A..S::B]
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:263:22
|
2019-11-05 23:13:43 -06:00
|
|
|
|
|
|
|
|
LL | &p[S::A..S::B]
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
2021-02-25 04:25:22 -06:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:286:29
|
2021-02-25 04:25:22 -06:00
|
|
|
|
|
|
|
|
LL | fn foo(value: T) -> Foo<T> {
|
|
|
|
| ^^^^^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:287:13
|
2021-02-25 04:25:22 -06:00
|
|
|
|
|
2021-05-27 16:25:37 -05:00
|
|
|
LL | Foo::<T> { value }
|
|
|
|
| ^^^^^^^^ help: use the applicable keyword: `Self`
|
2021-02-25 04:25:22 -06:00
|
|
|
|
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:459:13
|
2021-02-25 04:25:22 -06:00
|
|
|
|
|
|
|
|
LL | A::new::<submod::B>(submod::B {})
|
|
|
|
| ^ help: use the applicable keyword: `Self`
|
|
|
|
|
2021-05-13 14:40:20 -05:00
|
|
|
error: unnecessary structure name repetition
|
2021-06-25 15:34:45 -05:00
|
|
|
--> $DIR/use_self.rs:496:13
|
2021-05-13 14:40:20 -05:00
|
|
|
|
|
|
|
|
LL | S2::new()
|
|
|
|
| ^^ help: use the applicable keyword: `Self`
|
|
|
|
|
|
|
|
error: aborting due to 28 previous errors
|
2018-01-16 10:06:27 -06:00
|
|
|
|