@@ -4,7 +4,7 @@ error[E0700]: hidden type for `impl Trait` captures lifetime that does not appea
4
4
LL | async fn ref_self(&self, f: &u32) -> &u32 {
5
5
| ^^^^
6
6
|
7
- = note: hidden type `impl std::future::Future` captures lifetime '_#18r
7
+ = note: hidden type `impl std::future::Future` captures lifetime '_#15r
8
8
9
9
error: lifetime may not live long enough
10
10
--> $DIR/ref-self-async.rs:24:47
@@ -24,7 +24,7 @@ error[E0700]: hidden type for `impl Trait` captures lifetime that does not appea
24
24
LL | async fn ref_Self(self: &Self, f: &u32) -> &u32 {
25
25
| ^^^^
26
26
|
27
- = note: hidden type `impl std::future::Future` captures lifetime '_#18r
27
+ = note: hidden type `impl std::future::Future` captures lifetime '_#15r
28
28
29
29
error: lifetime may not live long enough
30
30
--> $DIR/ref-self-async.rs:30:53
@@ -44,7 +44,7 @@ error[E0700]: hidden type for `impl Trait` captures lifetime that does not appea
44
44
LL | async fn box_ref_Self(self: Box<&Self>, f: &u32) -> &u32 {
45
45
| ^^^^
46
46
|
47
- = note: hidden type `impl std::future::Future` captures lifetime '_#18r
47
+ = note: hidden type `impl std::future::Future` captures lifetime '_#15r
48
48
49
49
error: lifetime may not live long enough
50
50
--> $DIR/ref-self-async.rs:34:62
@@ -64,7 +64,7 @@ error[E0700]: hidden type for `impl Trait` captures lifetime that does not appea
64
64
LL | async fn pin_ref_Self(self: Pin<&Self>, f: &u32) -> &u32 {
65
65
| ^^^^
66
66
|
67
- = note: hidden type `impl std::future::Future` captures lifetime '_#18r
67
+ = note: hidden type `impl std::future::Future` captures lifetime '_#15r
68
68
69
69
error: lifetime may not live long enough
70
70
--> $DIR/ref-self-async.rs:38:62
@@ -84,7 +84,7 @@ error[E0700]: hidden type for `impl Trait` captures lifetime that does not appea
84
84
LL | async fn box_box_ref_Self(self: Box<Box<&Self>>, f: &u32) -> &u32 {
85
85
| ^^^^
86
86
|
87
- = note: hidden type `impl std::future::Future` captures lifetime '_#18r
87
+ = note: hidden type `impl std::future::Future` captures lifetime '_#15r
88
88
89
89
error: lifetime may not live long enough
90
90
--> $DIR/ref-self-async.rs:42:71
@@ -104,7 +104,7 @@ error[E0700]: hidden type for `impl Trait` captures lifetime that does not appea
104
104
LL | async fn box_pin_ref_Self(self: Box<Pin<&Self>>, f: &u32) -> &u32 {
105
105
| ^^^^
106
106
|
107
- = note: hidden type `impl std::future::Future` captures lifetime '_#18r
107
+ = note: hidden type `impl std::future::Future` captures lifetime '_#15r
108
108
109
109
error: lifetime may not live long enough
110
110
--> $DIR/ref-self-async.rs:46:71
@@ -124,7 +124,7 @@ error[E0700]: hidden type for `impl Trait` captures lifetime that does not appea
124
124
LL | async fn wrap_ref_Self_Self(self: Wrap<&Self, Self>, f: &u8) -> &u8 {
125
125
| ^^^
126
126
|
127
- = note: hidden type `impl std::future::Future` captures lifetime '_#18r
127
+ = note: hidden type `impl std::future::Future` captures lifetime '_#15r
128
128
129
129
error: lifetime may not live long enough
130
130
--> $DIR/ref-self-async.rs:50:73
0 commit comments