]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-977.rs
Merge pull request #3500 from rchaser53/issue-3499
[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 {
8     // comment
9 }
10 enum MooC {
11     // comment
12 }
13 mod BarC {
14     // comment
15 }
16 extern "C" {
17     // comment
18 }