@@ -201,7 +201,7 @@ macro_rules! format_args {
201201}
202202
203203fn main() {
204- $crate:: fmt::Arguments::new_v1(&["", " ", ], &[$crate:: fmt::ArgumentV1::new(&(arg1(a, b, c)), $crate:: fmt::Display::fmt), $crate:: fmt::ArgumentV1::new(&(arg2), $crate ::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 ) ;
@@ -229,7 +229,7 @@ macro_rules! format_args {
229229}
230230
231231fn main() {
232- $crate:: fmt::Arguments::new_v1(&["", " ", ], &[$crate:: fmt::ArgumentV1::new(&(a::<A, B>()), $crate:: fmt::Display::fmt), $crate:: fmt::ArgumentV1::new(&(b), $crate ::fmt::Debug::fmt), ]);
232+ ::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), ]);
233233}
234234"## ] ] ,
235235 ) ;
@@ -262,7 +262,7 @@ macro_rules! format_args {
262262}
263263
264264fn main() {
265- $crate:: fmt::Arguments::new_v1(&[r#""#, r#",mismatch,""#, r#"",""#, r#"""#, ], &[$crate:: fmt::ArgumentV1::new(&(location_csv_pat(db, &analysis, vfs, &sm, pat_id)), $crate:: fmt::Display::fmt), $crate:: fmt::ArgumentV1::new(&(mismatch.expected.display(db)), $crate:: fmt::Display::fmt), $crate:: fmt::ArgumentV1::new(&(mismatch.actual.display(db)), $crate ::fmt::Display::fmt), ]);
265+ ::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), ]);
266266}
267267"## ] ] ,
268268 ) ;
@@ -296,7 +296,7 @@ macro_rules! format_args {
296296}
297297
298298fn main() {
299- $crate:: fmt::Arguments::new_v1(&["xxx", "y", "zzz", ], &[$crate:: fmt::ArgumentV1::new(&(2), $crate:: fmt::Display::fmt), $crate:: fmt::ArgumentV1::new(&(b), $crate ::fmt::Debug::fmt), ]);
299+ ::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), ]);
300300}
301301"## ] ] ,
302302 ) ;
@@ -327,7 +327,7 @@ macro_rules! format_args {
327327fn main() {
328328 let _ =
329329 /* error: no rule matches input tokens *//* parse error: expected field name or number */
330- $crate:: fmt::Arguments::new_v1(&["", " ", ], &[$crate:: fmt::ArgumentV1::new(&(a.), $crate:: fmt::Display::fmt), $crate:: fmt::ArgumentV1::new(&(), $crate ::fmt::Debug::fmt), ]);
330+ ::core:: fmt::Arguments::new_v1(&["", " ", ], &[::core:: fmt::ArgumentV1::new(&(a.), ::core:: fmt::Display::fmt), ::core:: fmt::ArgumentV1::new(&(), ::core ::fmt::Debug::fmt), ]);
331331}
332332"## ] ] ,
333333 ) ;
0 commit comments