summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/doc-before-fn-rbrace.rs
blob: c8502164854521af2287b758f5c2f5795bb07405 (plain)
1
2
3
4
5
fn main() {
    /// document
    //~^ ERROR found a documentation comment that doesn't document anything
    //~| HELP if a comment was intended use `//`
}