rust/src/test/ui/parser/doc-before-extern-rbrace.rs

5 lines
69 B
Rust

extern {
/// hi
//~^ ERROR expected item after doc comment
}