@@ -201,7 +201,7 @@ macro_rules! format_args {
201
201
}
202
202
203
203
fn 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), ]);
205
205
}
206
206
"## ] ] ,
207
207
) ;
@@ -229,7 +229,7 @@ macro_rules! format_args {
229
229
}
230
230
231
231
fn 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), ]);
233
233
}
234
234
"## ] ] ,
235
235
) ;
@@ -262,7 +262,7 @@ macro_rules! format_args {
262
262
}
263
263
264
264
fn 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), ]);
266
266
}
267
267
"## ] ] ,
268
268
) ;
@@ -296,7 +296,7 @@ macro_rules! format_args {
296
296
}
297
297
298
298
fn 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), ]);
300
300
}
301
301
"## ] ] ,
302
302
) ;
@@ -327,7 +327,7 @@ macro_rules! format_args {
327
327
fn main() {
328
328
let _ =
329
329
/* 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), ]);
331
331
}
332
332
"## ] ] ,
333
333
) ;
0 commit comments