Fix accursed issue-4264.pp
This commit is contained in:
parent
e8dfaa71e6
commit
bca94230f3
1 changed files with 29 additions and 29 deletions
|
@ -41,37 +41,37 @@ pub fn bar() {
|
||||||
((::std::fmt::format as
|
((::std::fmt::format as
|
||||||
fn(core::fmt::Arguments<'_>) -> collections::string::String {collections::fmt::format})(((::std::fmt::Arguments::new_v1
|
fn(core::fmt::Arguments<'_>) -> collections::string::String {collections::fmt::format})(((::std::fmt::Arguments::new_v1
|
||||||
as
|
as
|
||||||
fn(&[&str], &[core::fmt::ArgumentV1<'_>]) -> core::fmt::Arguments<'_> {core::fmt::Arguments<'a><'_>::new_v1})(({
|
fn(&[&str], &[core::fmt::ArgumentV1<'_>]) -> core::fmt::Arguments<'_> {core::fmt::Arguments<'_>::new_v1})(({
|
||||||
static __STATIC_FMTSTR:
|
static __STATIC_FMTSTR:
|
||||||
&'static [&'static str]
|
&'static [&'static str]
|
||||||
=
|
=
|
||||||
(&([("test"
|
(&([("test"
|
||||||
as
|
|
||||||
&'static str)]
|
|
||||||
as
|
|
||||||
[&'static str; 1])
|
|
||||||
as
|
as
|
||||||
&'static [&'static str; 1]);
|
&'static str)]
|
||||||
(__STATIC_FMTSTR
|
|
||||||
as
|
|
||||||
&'static [&'static str])
|
|
||||||
}
|
|
||||||
as
|
|
||||||
&[&str]),
|
|
||||||
(&(match (()
|
|
||||||
as
|
|
||||||
())
|
|
||||||
{
|
|
||||||
()
|
|
||||||
=>
|
|
||||||
([]
|
|
||||||
as
|
as
|
||||||
[core::fmt::ArgumentV1<'_>; 0]),
|
[&'static str; 1])
|
||||||
}
|
as
|
||||||
as
|
&'static [&'static str; 1]);
|
||||||
[core::fmt::ArgumentV1<'_>; 0])
|
(__STATIC_FMTSTR
|
||||||
as
|
as
|
||||||
&[core::fmt::ArgumentV1<'_>; 0]))
|
&'static [&'static str])
|
||||||
|
}
|
||||||
|
as
|
||||||
|
&[&str]),
|
||||||
|
(&(match (()
|
||||||
|
as
|
||||||
|
())
|
||||||
|
{
|
||||||
|
()
|
||||||
|
=>
|
||||||
|
([]
|
||||||
|
as
|
||||||
|
[core::fmt::ArgumentV1<'_>; 0]),
|
||||||
|
}
|
||||||
|
as
|
||||||
|
[core::fmt::ArgumentV1<'_>; 0])
|
||||||
|
as
|
||||||
|
&[core::fmt::ArgumentV1<'_>; 0]))
|
||||||
as
|
as
|
||||||
core::fmt::Arguments<'_>))
|
core::fmt::Arguments<'_>))
|
||||||
as collections::string::String);
|
as collections::string::String);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue