rust/tests/ui/parser/doc-before-extern-rbrace.rs
2023-01-11 09:32:08 +00:00

7 lines
116 B
Rust

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