File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 32
32
({
33
33
let res =
34
34
((::alloc::fmt::format as
35
- for<' a> fn(Arguments<' a>) -> String {format })(((<# [lang = "format_arguments"]>::new_v1
35
+ for<' a> fn(Arguments<' a>) -> String {format })(((<# [lang = "format_arguments"]>::new_const
36
36
as
37
- fn(&[&' static str], &[core::fmt::ArgumentV1<' _>]) -> Arguments<' _> {Arguments::<' _>::new_v1})((&([(" test"
38
- as &str)] as [&str; 1]) as &[&str; 1]),
39
- (&([] as [core::fmt::ArgumentV1<' _>; 0]) as
40
- &[core::fmt::ArgumentV1<' _>; 0])) as Arguments<' _>)) as
41
- String);
37
+ fn(&[&' static str]) -> Arguments<' _> {Arguments::<' _>::new_const})((&([("test"
38
+ as &str)] as [&str; 1]) as &[&str; 1])) as Arguments<' _>))
39
+ as String);
42
40
(res as String)
43
41
} as String);
44
42
} as ())
You can’t perform that action at this time.
0 commit comments