]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-977.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / tests / target / issue-977.rs
1 // rustfmt-normalize_comments: true
2
3 trait NameC {
4     // comment
5 }
6 struct FooC {
7     // comment
8 }
9 enum MooC {
10     // comment
11 }
12 mod BarC { // comment
13 }
14 extern "C" {
15     // comment
16 }