summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/doc-before-extern-rbrace.rs
blob: 515c90ed48c04b03c0ecaff51ad29c2bdc5dfb3e (plain)
1
2
3
4
5
6
fn main() {}

extern "C" {
    /// hi
    //~^ ERROR found a documentation comment that doesn't document anything
}