]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/target/skip_macro_invocations/config_file.rs
New upstream version 1.75.0+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / skip_macro_invocations / config_file.rs
1 // rustfmt-unstable: true
2 // rustfmt-config: issue-5816.toml
3
4 fn main() {
5 println!( "Hello, world!");
6 let x = 7;
7 }