Fix a previously forgotten pretty-printing test after a change to the pretty-printing mechanism.
This commit is contained in:
parent
273ee611f0
commit
e188e2db84
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pub fn bar() ({
|
|||
|
||||
|
||||
((::alloc::fmt::format as
|
||||
for<'r> fn(std::fmt::Arguments<'r>) -> std::string::String {std::fmt::format})(((<::core::fmt::Arguments>::new_v1
|
||||
for<'r> fn(std::fmt::Arguments<'r>) -> std::string::String {std::fmt::format})(((::core::fmt::Arguments::new_v1
|
||||
as
|
||||
fn(&[&str], &[std::fmt::ArgumentV1<'_>]) -> std::fmt::Arguments<'_> {std::fmt::Arguments::<'_>::new_v1})((&([("test"
|
||||
as
|
||||
|
|
Loading…
Add table
Reference in a new issue