Sign in
rust
/
rustfmt
/
7d34cfaf2c31dc90f6dc8fc1cdc001fcbd7ebbfa
/
.
/
tests
/
source
/
normalize_multiline_doc_attribute.rs
blob: 3564e3e7ad056992915c3d86cd1ea23c9defa5d0 [
file
] [
log
] [
blame
]
// 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
()
{}