]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/issue-12590-c.rs
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
[rust.git] / src / test / pretty / issue-12590-c.rs
1 // pretty-compare-only
2 // pretty-mode:expanded
3 // pp-exact:issue-12590-c.pp
4
5 // The next line should be expanded
6
7 #[path = "issue-12590-b.rs"]
8 mod issue_12590_b;
9
10 fn main() {}