Skip to content

Commit 86c6e79

Browse files
committed
Bless pretty tests.
1 parent ce50b4f commit 86c6e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pretty/issue-4264.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
((::alloc::fmt::format as
3535
for<'a> fn(Arguments<'a>) -> String {format})(((format_arguments::new_const
3636
as
37-
fn(&[&'static str; 1]) -> Arguments<'_> {Arguments::<'_>::new_const::<1>})((&([("test"
37+
fn(&[&'static str; 1]) -> Arguments<'_> {core::fmt::rt::<impl Arguments<'_>>::new_const::<1>})((&([("test"
3838
as &str)] as [&str; 1]) as &[&str; 1])) as Arguments<'_>))
3939
as String)
4040
} as String)) as String);

0 commit comments

Comments
 (0)