File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 ({
3333 let res =
3434 ((::alloc::fmt::format as
35- for<' r> fn(Arguments<' r>) -> String { format } )(((::core::fmt::Arguments::new_v1
35+ [fn item { format }: for<' r> fn(Arguments<' r>) -> String] )(((::core::fmt::Arguments::new_v1
3636 as
37- fn (&[&' static str], &[ArgumentV1]) -> Arguments {Arguments::new_v1} )((&([("test"
37+ [fn item {Arguments::new_v1}: fn (&[&' static str], &[ArgumentV1]) -> Arguments] )((&([("test"
3838 as &str)] as [&str; 1]) as &[&str; 1]),
3939 (&([] as [ArgumentV1; 0]) as &[ArgumentV1; 0])) as
4040 Arguments)) as String);
5151fn use_id() ({
5252 let _ =
5353 ((id::<[i32; (3 as usize)]> as
54- fn( [i32; 3]) -> [i32; 3] {id::< [i32; 3]>} )(([(1 as i32),
55- (2 as i32), (3 as i32)] as [i32; 3])) as [i32; 3]);
54+ [fn item {id::< [i32; 3]>}: fn( [i32; 3]) -> [i32; 3]] )(([(1
55+ as i32), (2 as i32), (3 as i32)] as [i32; 3])) as [i32; 3]);
5656 } as ())
5757fn main() ({ } as ())
You can’t perform that action at this time.
0 commit comments