summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5088/multi_line_itemized_block_wrap_comments_true.rs
blob: 84fba4b7c198629c56741ecb62055ff6e42ed3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// rustfmt-wrap_comments: true

// - some itemized block 1
// - some itemized block 2

// * some itemized block 3
// * some itemized block 4

/*
 * - some itemized block 5
 * - some itemized block 6
 */

/*
 * * some itemized block 7
 * * some itemized block 8
 */