| Add the differential test runner, and a lowering to measure with it | 1 | //@ reject: unsupported format spec |
| 2 | fn main() { | |
| 3 | println!("{:>8}", 1i32); | |
| 4 | } |
| Add the differential test runner, and a lowering to measure with it | 1 | //@ reject: unsupported format spec |
| 2 | fn main() { | |
| 3 | println!("{:>8}", 1i32); | |
| 4 | } |