]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/mulit-file.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / mulit-file.rs
CommitLineData
f20569fa
XL
1// Tests that where a single file is referred to in multiple places, we don't
2// crash.
3
4#[cfg(all(foo))]
5#[path = "closure.rs"]
6pub mod imp;
7
8#[cfg(all(bar))]
9#[path = "closure.rs"]
10pub mod imp;