rust/src/test/ui/parser/doc-before-fn-rbrace.rs
2022-09-29 00:34:31 +08:00

6 lines
156 B
Rust

fn main() {
/// document
//~^ ERROR found a documentation comment that doesn't document anything
//~| HELP if a comment was intended use `//`
}