2019-05-12 23:03:48 +02:00
|
|
|
// rustfmt-unstable: true
|
2019-05-13 09:40:16 +02:00
|
|
|
// rustfmt-normalize_doc_attributes: true
|
2019-05-12 23:03:48 +02:00
|
|
|
|
2019-05-11 15:03:59 +02:00
|
|
|
#[doc = "This comment
|
|
|
|
is split
|
|
|
|
on multiple lines"]
|
|
|
|
fn foo() {}
|
2019-05-22 00:10:35 +09:00
|
|
|
|
|
|
|
#[doc = " B1"]
|
|
|
|
#[doc = ""]
|
|
|
|
#[doc = " A1"]
|
|
|
|
fn bar() {}
|