]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-977.rs
Tidy up and pass tests
[rust.git] / tests / target / issue-977.rs
1 // rustfmt-normalize_comments: true
2 // FIXME(#919)
3
4 trait NameC {
5     // comment
6 }
7 struct FooC { /* comment */ }
8 enum MooC {
9     // comment
10 }
11 mod BarC {
12     // comment
13 }
14 extern "C" {
15     // comment
16 }