rust/tests/target/skip_macro_invocations/config_file.rs
2023-07-05 17:46:03 -04:00

8 lines
135 B
Rust

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