]> git.lizzy.rs Git - rust.git/blob - tests/pretty/issue-12590-c.rs
Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez
[rust.git] / tests / 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() {}