summary refs log tree commit diff
path: root/src/test/ui/parser/doc-before-extern-rbrace.rs
blob: 040206b80ffd05d1b6be8a863c981e0557044b64 (plain)
1
2
3
4
5
6
fn main() {}

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