10 lines
147 B
Rust
10 lines
147 B
Rust
|
// rustfmt-unstable: true
|
||
|
// rustfmt-config: issue-5816.toml
|
||
|
|
||
|
fn main() {
|
||
|
println!( "Hello, world!");
|
||
|
let x =
|
||
|
7
|
||
|
;
|
||
|
}
|