Sign in
◑
Theme
rust
/
rust
/
8662be8340e5e2bc06fe16b7df0a7d02ebdf5e64
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
normalize_multiline_doc_attribute.rs
blob: 3564e3e7ad056992915c3d86cd1ea23c9defa5d0 [
file
]
// 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
()
{}