Skip to content

Commit

Permalink
Bless pretty.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Oct 26, 2022
1 parent 7b5fc97 commit 1ee46c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/pretty/issue-4264.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
({
let res =
((::alloc::fmt::format as
for<'a> fn(Arguments<'a>) -> String {format})(((::core::fmt::Arguments::new_v1
fn(Arguments<'_>) -> String {format})(((::core::fmt::Arguments::new_v1
as
fn(&[&'static str], &[ArgumentV1<'_>]) -> Arguments<'_> {Arguments::<'_>::new_v1})((&([("test"
as &str)] as [&str; 1]) as &[&str; 1]),
Expand Down

0 comments on commit 1ee46c8

Please sign in to comment.