summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3124.rs
blob: 1083050d8f4f9a17093e88b806e414dc8dfa05cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub fn fail1() {
    // Some comment.
    /**///
}

pub fn fail2() {
    // Some comment.
    /**/
}

pub fn fail3() {
    // Some comment.
    //
}