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