summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5088/start_with_empty_comment_wrap_comments_true.rs
blob: ef2c8f90cd309743d4d9b680c9781f60f426c3da (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 */