]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-977.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / issue-977.rs
CommitLineData
f20569fa
XL
1// rustfmt-normalize_comments: true
2
3trait NameC {
4 // comment
5}
6struct FooC {
7 // comment
8}
9enum MooC {
10 // comment
11}
12mod BarC { // comment
13}
14extern "C" {
15 // comment
16}