about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/skip_macro_invocations/config_file.rs
blob: 008e28db42d70a37ed1f60a7f4aef5c373311401 (plain)
1
2
3
4
5
6
7
// rustfmt-unstable: true
// rustfmt-config: issue-5816.toml

fn main() {
    println!(             "Hello, world!");
    let x = 7;
}