rust/tests/ui/parser/doc-before-extern-rbrace.rs

7 lines
116 B
Rust

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