rust/tests/source/issue-5835.rs

9 lines
90 B
Rust

// rustfmt-wrap_comments: true
/// . a
pub fn foo() {}
pub fn main() {
// . a
}