rust/tests/source/issue-5835.rs
2023-10-22 20:21:44 -05:00

8 lines
90 B
Rust

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