summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-4020.rs
blob: f29ecec028b77e72735e5a54b0f8c76977991cd4 (plain)
1
2
3
4
5
6
7
8
9
// rustfmt-wrap_comments: true

/** foobar */
const foo1: u32 = 0;

/**
 * foobar
 */
const foo2: u32 = 0;