mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Add regression test
This commit is contained in:
@@ -0,0 +1 @@
|
||||
normalize_doc_attributes = true
|
||||
@@ -0,0 +1,4 @@
|
||||
#[doc = "This comment
|
||||
is split
|
||||
on multiple lines"]
|
||||
fn foo() {}
|
||||
@@ -0,0 +1,4 @@
|
||||
///This comment
|
||||
///is split
|
||||
///on multiple lines
|
||||
fn foo() {}
|
||||
Reference in New Issue
Block a user