@@ -57,7 +57,7 @@ LL | | }
57
57
note: External requirements
58
58
--> $DIR/projection-one-region-trait-bound-closure.rs:59:29
59
59
|
60
- 59 | with_signature(cell, t, |cell, t| require(cell, t));
60
+ LL | with_signature(cell, t, |cell, t| require(cell, t));
61
61
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
62
62
|
63
63
= note: defining type: DefId(0/1:23 ~ projection_one_region_trait_bound_closure[317d]::no_relationships_early[0]::{{closure}}[0]) with closure substs [
@@ -97,7 +97,7 @@ LL | | }
97
97
note: External requirements
98
98
--> $DIR/projection-one-region-trait-bound-closure.rs:80:29
99
99
|
100
- 80 | with_signature(cell, t, |cell, t| require(cell, t));
100
+ LL | with_signature(cell, t, |cell, t| require(cell, t));
101
101
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
102
102
|
103
103
= note: defining type: DefId(0/1:27 ~ projection_one_region_trait_bound_closure[317d]::projection_outlives[0]::{{closure}}[0]) with closure substs [
@@ -137,7 +137,7 @@ LL | | }
137
137
note: External requirements
138
138
--> $DIR/projection-one-region-trait-bound-closure.rs:91:29
139
139
|
140
- 91 | with_signature(cell, t, |cell, t| require(cell, t));
140
+ LL | with_signature(cell, t, |cell, t| require(cell, t));
141
141
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
142
142
|
143
143
= note: defining type: DefId(0/1:31 ~ projection_one_region_trait_bound_closure[317d]::elements_outlive[0]::{{closure}}[0]) with closure substs [
@@ -169,19 +169,19 @@ LL | | }
169
169
]
170
170
171
171
note: External requirements
172
- --> $DIR/projection-one-region-trait-bound-closure.rs:103:29
173
- |
174
- 103 | with_signature(cell, t, |cell, t| require(cell, t));
175
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^
176
- |
177
- = note: defining type: DefId(0/1:34 ~ projection_one_region_trait_bound_closure[317d]::one_region[0]::{{closure}}[0]) with closure substs [
178
- '_#1r,
179
- T,
180
- i32,
181
- extern "rust-call" fn((std::cell::Cell<&'_#2r ()>, T))
182
- ]
183
- = note: number of external vids: 3
184
- = note: where '_#1r: '_#2r
172
+ --> $DIR/projection-one-region-trait-bound-closure.rs:103:29
173
+ |
174
+ LL | with_signature(cell, t, |cell, t| require(cell, t));
175
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^
176
+ |
177
+ = note: defining type: DefId(0/1:34 ~ projection_one_region_trait_bound_closure[317d]::one_region[0]::{{closure}}[0]) with closure substs [
178
+ '_#1r,
179
+ T,
180
+ i32,
181
+ extern "rust-call" fn((std::cell::Cell<&'_#2r ()>, T))
182
+ ]
183
+ = note: number of external vids: 3
184
+ = note: where '_#1r: '_#2r
185
185
186
186
note: No external requirements
187
187
--> $DIR/projection-one-region-trait-bound-closure.rs:95:1
0 commit comments