summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5835.rs
blob: 3e4da3492ce057e4ceb6339bfefb104dfade3f53 (plain)
1
2
3
4
5
6
7
8
// rustfmt-wrap_comments: true

/// .   a
pub fn foo() {}

pub fn main() {
    // .   a
}