]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/issue-12590-c.rs
Rollup merge of #104269 - compiler-errors:hang-in-where-clause-sugg, r=lcnr
[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() {}