| Add the differential test runner, and a lowering to measure with it | 1 | //@ reject: unsupported expression in value position: closure |
| 2 | fn main() { | |
| 3 | let f = |x: i32| x + 1; | |
| 4 | println!("{}", f(1)); | |
| 5 | } |
| Add the differential test runner, and a lowering to measure with it | 1 | //@ reject: unsupported expression in value position: closure |
| 2 | fn main() { | |
| 3 | let f = |x: i32| x + 1; | |
| 4 | println!("{}", f(1)); | |
| 5 | } |