File tree 1 file changed +10
-15
lines changed
1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 41
41
static __STATIC_FMTSTR: &' static [&' static str] =
42
42
(&([(" test" as &' static str)] as [&' static str, ..1]) as
43
43
&' static [&' static str, ..1]);
44
- let __args_vec =
45
- (&([] as [core::fmt::Argument<' _>, ..0]) as
46
- &[core::fmt::Argument<' _>, ..0]);
47
- let __args =
48
- (unsafe {
49
- ((::std::fmt::Arguments::new as
50
- unsafe fn(&' static [&' static str], &' a [core::fmt::Argument<' a>]) -> core::fmt::Arguments<' a>)((__STATIC_FMTSTR
51
- as
52
- &' static [&' static str]),
53
- (__args_vec
54
- as
55
- &[core::fmt::Argument<' _>, ..0]))
56
- as core::fmt::Arguments<' _>)
57
- } as core::fmt::Arguments<' _>);
58
44
59
45
60
46
64
50
65
51
66
52
((::std::fmt::format as
67
- fn(&core::fmt::Arguments<' _>) -> collections::string::String)((&(__args
53
+ fn(&core::fmt::Arguments<' _>) -> collections::string::String)((&((::std::fmt::Arguments::new
54
+ as
55
+ fn(&' a [&' a str], &' a [core::fmt::Argument<' a>]) -> core::fmt::Arguments<' a>)((__STATIC_FMTSTR
56
+ as
57
+ &' static [&' static str]),
58
+ (&([]
59
+ as
60
+ [core::fmt::Argument<' _>, ..0])
61
+ as
62
+ &[core::fmt::Argument<' _>, ..0]))
68
63
as
69
64
core::fmt::Arguments<' _>)
70
65
as
You can’t perform that action at this time.
0 commit comments