]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-1124.rs
Fix bug in identifying comments
[rust.git] / tests / target / issue-1124.rs
1 use a;
2 use b;
3 use c;
4 use d;
5 // The previous line has a space after the `use a;`
6
7 mod a {
8     use a;
9     use b;
10     use c;
11     use d;
12 }
13
14 use a;
15
16
17
18 use x;
19
20 use y;
21 use z;