summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/doc-before-rbrace.rs
blob: 8ff946344aee8ccde9361e1c8cd6c43218b86a7f (plain)
1
2
3
4
5
fn main() {
    println!("Hi"); /// hi
    //~^ ERROR found a documentation comment that doesn't document anything
    //~| HELP maybe a comment was intended
}