6 lines
150 B
Rust
6 lines
150 B
Rust
fn main() {
|
|
/// document
|
|
//~^ ERROR found a documentation comment that doesn't document anything
|
|
//~| HELP maybe a comment was intended
|
|
}
|