]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-5088/single_line_itemized_block_wrap_comments_true.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / tools / rustfmt / tests / target / issue-5088 / single_line_itemized_block_wrap_comments_true.rs
1 // rustfmt-wrap_comments: true
2
3 // - some itemized block 1
4
5 // * some itemized block 2
6
7 /* - some itemized block 3 */
8
9 /* * some itemized block 4 */