mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
13 lines
161 B
Rust
13 lines
161 B
Rust
// rustfmt-unstable: true
|
|
// rustfmt-normalize_doc_attributes: true
|
|
|
|
///This comment
|
|
///is split
|
|
///on multiple lines
|
|
fn foo() {}
|
|
|
|
/// B1
|
|
///
|
|
/// A1
|
|
fn bar() {}
|