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

5 lines
69 B
Rust
Raw Normal View History

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