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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
90 B
Rust
Raw Normal View History

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