@@ -201,7 +201,7 @@ macro_rules! format_args {
201201}
202202
203203fn 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), ]);
205205}
206206"## ] ] ,
207207 ) ;
@@ -237,9 +237,9 @@ fn main() {
237237 /* error: no rule matches input tokens */;
238238 /* error: no rule matches input tokens */;
239239 /* 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), ]);
241241 /* 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), ]);
243243}
244244"## ] ] ,
245245 ) ;
@@ -267,7 +267,7 @@ macro_rules! format_args {
267267}
268268
269269fn 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), ]);
271271}
272272"## ] ] ,
273273 ) ;
@@ -300,7 +300,7 @@ macro_rules! format_args {
300300}
301301
302302fn 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), ]);
304304}
305305"## ] ] ,
306306 ) ;
@@ -334,7 +334,7 @@ macro_rules! format_args {
334334}
335335
336336fn 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), ]);
338338}
339339"## ] ] ,
340340 ) ;
@@ -365,7 +365,7 @@ macro_rules! format_args {
365365fn main() {
366366 let _ =
367367 /* 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), ]);
369369}
370370"## ] ] ,
371371 ) ;
0 commit comments