@@ -66,7 +66,7 @@ LL | | }
66
66
note: External requirements
67
67
--> $DIR/projection-one-region-closure.rs:68:29
68
68
|
69
- 68 | with_signature(cell, t, |cell, t| require(cell, t));
69
+ LL | with_signature(cell, t, |cell, t| require(cell, t));
70
70
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
71
71
|
72
72
= note: defining type: DefId(0/1:23 ~ projection_one_region_closure[317d]::no_relationships_early[0]::{{closure}}[0]) with closure substs [
@@ -115,7 +115,7 @@ LL | | }
115
115
note: External requirements
116
116
--> $DIR/projection-one-region-closure.rs:90:29
117
117
|
118
- 90 | with_signature(cell, t, |cell, t| require(cell, t));
118
+ LL | with_signature(cell, t, |cell, t| require(cell, t));
119
119
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
120
120
|
121
121
= note: defining type: DefId(0/1:27 ~ projection_one_region_closure[317d]::projection_outlives[0]::{{closure}}[0]) with closure substs [
@@ -162,21 +162,21 @@ LL | | }
162
162
]
163
163
164
164
note: External requirements
165
- --> $DIR/projection-one-region-closure.rs:103:29
166
- |
167
- 103 | with_signature(cell, t, |cell, t| require(cell, t));
168
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^
169
- |
170
- = note: defining type: DefId(0/1:31 ~ projection_one_region_closure[317d]::elements_outlive[0]::{{closure}}[0]) with closure substs [
171
- '_#1r,
172
- '_#2r,
173
- T,
174
- i32,
175
- extern "rust-call" fn((std::cell::Cell<&'_#3r ()>, T))
176
- ]
177
- = note: number of external vids: 4
178
- = note: where T: '_#3r
179
- = note: where '_#2r: '_#3r
165
+ --> $DIR/projection-one-region-closure.rs:103:29
166
+ |
167
+ LL | with_signature(cell, t, |cell, t| require(cell, t));
168
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^
169
+ |
170
+ = note: defining type: DefId(0/1:31 ~ projection_one_region_closure[317d]::elements_outlive[0]::{{closure}}[0]) with closure substs [
171
+ '_#1r,
172
+ '_#2r,
173
+ T,
174
+ i32,
175
+ extern "rust-call" fn((std::cell::Cell<&'_#3r ()>, T))
176
+ ]
177
+ = note: number of external vids: 4
178
+ = note: where T: '_#3r
179
+ = note: where '_#2r: '_#3r
180
180
181
181
note: No external requirements
182
182
--> $DIR/projection-one-region-closure.rs:97:1
0 commit comments