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 32
32
({
33
33
let res =
34
34
((::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
36
36
as
37
- fn (&[&' static str], &[ArgumentV1]) -> Arguments {Arguments::new_v1} )((&([("test"
37
+ [fn item {Arguments::new_v1}: fn (&[&' static str], &[ArgumentV1]) -> Arguments] )((&([("test"
38
38
as &str)] as [&str; 1]) as &[&str; 1]),
39
39
(&([] as [ArgumentV1; 0]) as &[ArgumentV1; 0])) as
40
40
Arguments)) as String);
51
51
fn use_id() ({
52
52
let _ =
53
53
((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]);
56
56
} as ())
57
57
fn main() ({ } as ())
You can’t perform that action at this time.
0 commit comments