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

7 lines
90 B
Rust

mod Foo {
/// document
//~^ ERROR expected item after doc comment
}
fn main() {}