]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-977.rs
deps: update rustc-ap to v642.0.0
[rust.git] / tests / source / issue-977.rs
1 // rustfmt-normalize_comments: true
2
3 trait NameC { /* comment */ }
4 struct FooC { /* comment */ }
5 enum MooC { /* comment */ }
6 mod BarC { /* comment */ }
7 extern { /* comment */ }