about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/skip_macro_invocations/config_file.rs
blob: e0f5ddf52e7f0a94b76ae375746cc6d277be60d2 (plain)
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
;
}