Skip to content

Commit d6689e5

Browse files
committed
Update the not-at-all-pretty pain-o-tron-4000+264 test.
1 parent 9a8b807 commit d6689e5

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

src/test/pretty/issue-4264.pp

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -41,37 +41,37 @@
4141
((::std::fmt::format as
4242
fn(core::fmt::Arguments<'_>) -> collections::string::String {collections::fmt::format})(((::std::fmt::Arguments::new_v1
4343
as
44-
fn(&[&str], &[core::fmt::ArgumentV1<'_>]) -> core::fmt::Arguments<'_> {core::fmt::Arguments<'a>::new_v1})(({
45-
static __STATIC_FMTSTR:
46-
&'static [&'static str]
47-
=
48-
(&([("test"
44+
fn(&[&str], &[core::fmt::ArgumentV1<'_>]) -> core::fmt::Arguments<'_> {core::fmt::Arguments<'a><'_>::new_v1})(({
45+
static __STATIC_FMTSTR:
46+
&'static [&'static str]
47+
=
48+
(&([("test"
49+
as
50+
&'static str)]
51+
as
52+
[&'static str; 1])
4953
as
50-
&'static str)]
51-
as
52-
[&'static str; 1])
53-
as
54-
&'static [&'static str; 1]);
55-
(__STATIC_FMTSTR
56-
as
57-
&'static [&'static str])
58-
}
59-
as
60-
&[&str]),
61-
(&(match (()
54+
&'static [&'static str; 1]);
55+
(__STATIC_FMTSTR
6256
as
63-
())
64-
{
65-
()
66-
=>
67-
([]
68-
as
69-
[core::fmt::ArgumentV1<'_>; 0]),
70-
}
71-
as
72-
[core::fmt::ArgumentV1<'_>; 0])
73-
as
74-
&[core::fmt::ArgumentV1<'_>; 0]))
57+
&'static [&'static str])
58+
}
59+
as
60+
&[&str]),
61+
(&(match (()
62+
as
63+
())
64+
{
65+
()
66+
=>
67+
([]
68+
as
69+
[core::fmt::ArgumentV1<'_>; 0]),
70+
}
71+
as
72+
[core::fmt::ArgumentV1<'_>; 0])
73+
as
74+
&[core::fmt::ArgumentV1<'_>; 0]))
7575
as
7676
core::fmt::Arguments<'_>))
7777
as collections::string::String);

0 commit comments

Comments
 (0)