summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/normalize_multiline_doc_attribute.rs
blob: 890c9bb20cd8d82f9bd385a25880e4e5b522f02b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// rustfmt-unstable: true
// rustfmt-normalize_doc_attributes: true

///This comment
///is split
///on multiple lines
fn foo() {}

/// B1
///
/// A1
fn bar() {}