summary refs log tree commit diff
path: root/src/test/ui/parser/doc-before-fn-rbrace.rs
blob: d33520baebe07b95cc9fb1f2ba59b527c99e2b5e (plain)
1
2
3
4
5
6
7
// compile-flags: -Z continue-parse-after-error

fn main() {
    /// document
    //~^ ERROR found a documentation comment that doesn't document anything
    //~| HELP maybe a comment was intended
}