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

#[doc = "This comment
is split
on multiple lines"]
fn foo() {}

#[doc = " B1"]
#[doc = ""]
#[doc = " A1"]
fn bar() {}