1 2 3 4 5 6 7 8 9
// rustfmt-unstable: true // rustfmt-config: issue-5816.toml fn main() { println!( "Hello, world!"); let x = 7 ; }