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