@@ -201,7 +201,7 @@ macro_rules! format_args {
201
201
}
202
202
203
203
fn main() {
204
- ::core::fmt::Arguments::new_v1(&["", " ", ], &[::core::fmt::Argument ::new(&(arg1(a, b, c)), ::core::fmt::Display::fmt), ::core::fmt::Argument ::new(&(arg2), ::core::fmt::Debug::fmt), ]);
204
+ ::core::fmt::Arguments::new_v1(&["", " ", ], &[::core::fmt::ArgumentV1 ::new(&(arg1(a, b, c)), ::core::fmt::Display::fmt), ::core::fmt::ArgumentV1 ::new(&(arg2), ::core::fmt::Debug::fmt), ]);
205
205
}
206
206
"## ] ] ,
207
207
) ;
@@ -237,9 +237,9 @@ fn main() {
237
237
/* error: no rule matches input tokens */;
238
238
/* error: no rule matches input tokens */;
239
239
/* error: no rule matches input tokens */;
240
- /* error: no rule matches input tokens */::core::fmt::Arguments::new_v1(&["", ], &[::core::fmt::Argument ::new(&(), ::core::fmt::Display::fmt), ]);
240
+ /* error: no rule matches input tokens */::core::fmt::Arguments::new_v1(&["", ], &[::core::fmt::ArgumentV1 ::new(&(), ::core::fmt::Display::fmt), ]);
241
241
/* error: no rule matches input tokens */;
242
- ::core::fmt::Arguments::new_v1(&["", ], &[::core::fmt::Argument ::new(&(5), ::core::fmt::Display::fmt), ]);
242
+ ::core::fmt::Arguments::new_v1(&["", ], &[::core::fmt::ArgumentV1 ::new(&(5), ::core::fmt::Display::fmt), ]);
243
243
}
244
244
"## ] ] ,
245
245
) ;
@@ -267,7 +267,7 @@ macro_rules! format_args {
267
267
}
268
268
269
269
fn main() {
270
- ::core::fmt::Arguments::new_v1(&["", " ", ], &[::core::fmt::Argument ::new(&(a::<A, B>()), ::core::fmt::Display::fmt), ::core::fmt::Argument ::new(&(b), ::core::fmt::Debug::fmt), ]);
270
+ ::core::fmt::Arguments::new_v1(&["", " ", ], &[::core::fmt::ArgumentV1 ::new(&(a::<A, B>()), ::core::fmt::Display::fmt), ::core::fmt::ArgumentV1 ::new(&(b), ::core::fmt::Debug::fmt), ]);
271
271
}
272
272
"## ] ] ,
273
273
) ;
@@ -300,7 +300,7 @@ macro_rules! format_args {
300
300
}
301
301
302
302
fn main() {
303
- ::core::fmt::Arguments::new_v1(&[r#""#, r#",mismatch,""#, r#"",""#, r#"""#, ], &[::core::fmt::Argument ::new(&(location_csv_pat(db, &analysis, vfs, &sm, pat_id)), ::core::fmt::Display::fmt), ::core::fmt::Argument ::new(&(mismatch.expected.display(db)), ::core::fmt::Display::fmt), ::core::fmt::Argument ::new(&(mismatch.actual.display(db)), ::core::fmt::Display::fmt), ]);
303
+ ::core::fmt::Arguments::new_v1(&[r#""#, r#",mismatch,""#, r#"",""#, r#"""#, ], &[::core::fmt::ArgumentV1 ::new(&(location_csv_pat(db, &analysis, vfs, &sm, pat_id)), ::core::fmt::Display::fmt), ::core::fmt::ArgumentV1 ::new(&(mismatch.expected.display(db)), ::core::fmt::Display::fmt), ::core::fmt::ArgumentV1 ::new(&(mismatch.actual.display(db)), ::core::fmt::Display::fmt), ]);
304
304
}
305
305
"## ] ] ,
306
306
) ;
@@ -334,7 +334,7 @@ macro_rules! format_args {
334
334
}
335
335
336
336
fn main() {
337
- ::core::fmt::Arguments::new_v1(&["xxx", "y", "zzz", ], &[::core::fmt::Argument ::new(&(2), ::core::fmt::Display::fmt), ::core::fmt::Argument ::new(&(b), ::core::fmt::Debug::fmt), ]);
337
+ ::core::fmt::Arguments::new_v1(&["xxx", "y", "zzz", ], &[::core::fmt::ArgumentV1 ::new(&(2), ::core::fmt::Display::fmt), ::core::fmt::ArgumentV1 ::new(&(b), ::core::fmt::Debug::fmt), ]);
338
338
}
339
339
"## ] ] ,
340
340
) ;
@@ -365,7 +365,7 @@ macro_rules! format_args {
365
365
fn main() {
366
366
let _ =
367
367
/* error: no rule matches input tokens *//* parse error: expected field name or number */
368
- ::core::fmt::Arguments::new_v1(&["", " ", ], &[::core::fmt::Argument ::new(&(a.), ::core::fmt::Display::fmt), ::core::fmt::Argument ::new(&(), ::core::fmt::Debug::fmt), ]);
368
+ ::core::fmt::Arguments::new_v1(&["", " ", ], &[::core::fmt::ArgumentV1 ::new(&(a.), ::core::fmt::Display::fmt), ::core::fmt::ArgumentV1 ::new(&(), ::core::fmt::Debug::fmt), ]);
369
369
}
370
370
"## ] ] ,
371
371
) ;
0 commit comments