@@ -218,13 +218,13 @@ error[E0107]: wrong number of lifetime arguments: expected 2, found 1
218
218
--> $DIR/missing-lifetime-specifier.rs:54:45
219
219
|
220
220
LL | static f: RefCell<HashMap<i32, Vec<Vec<&Tar<'static, i32>>>>> = RefCell::new(HashMap::new());
221
- | ^^^ expected 2 lifetime arguments
221
+ | ^^^^^^^^^^^^^^^^^ expected 2 lifetime arguments
222
222
223
223
error[E0107]: wrong number of lifetime arguments: expected 2, found 1
224
224
--> $DIR/missing-lifetime-specifier.rs:54:45
225
225
|
226
226
LL | static f: RefCell<HashMap<i32, Vec<Vec<&Tar<'static, i32>>>>> = RefCell::new(HashMap::new());
227
- | ^^^ expected 2 lifetime arguments
227
+ | ^^^^^^^^^^^^^^^^^ expected 2 lifetime arguments
228
228
229
229
error[E0228]: the lifetime bound for this object type cannot be deduced from context; please supply an explicit bound
230
230
--> $DIR/missing-lifetime-specifier.rs:54:45
@@ -236,7 +236,7 @@ error[E0107]: wrong number of lifetime arguments: expected 2, found 1
236
236
--> $DIR/missing-lifetime-specifier.rs:54:45
237
237
|
238
238
LL | static f: RefCell<HashMap<i32, Vec<Vec<&Tar<'static, i32>>>>> = RefCell::new(HashMap::new());
239
- | ^^^ expected 2 lifetime arguments
239
+ | ^^^^^^^^^^^^^^^^^ expected 2 lifetime arguments
240
240
241
241
error[E0228]: the lifetime bound for this object type cannot be deduced from context; please supply an explicit bound
242
242
--> $DIR/missing-lifetime-specifier.rs:54:45
@@ -248,7 +248,7 @@ error[E0107]: wrong number of lifetime arguments: expected 2, found 1
248
248
--> $DIR/missing-lifetime-specifier.rs:54:45
249
249
|
250
250
LL | static f: RefCell<HashMap<i32, Vec<Vec<&Tar<'static, i32>>>>> = RefCell::new(HashMap::new());
251
- | ^^^ expected 2 lifetime arguments
251
+ | ^^^^^^^^^^^^^^^^^ expected 2 lifetime arguments
252
252
253
253
error: aborting due to 28 previous errors
254
254
0 commit comments