blob: 570306f2cdf83d14fbcf7f0d89a7604229005da1 [file] [log] [blame] [edit]
fn main() {
println!("Hi"); /// hi
//~^ ERROR found a documentation comment that doesn't document anything
//~| HELP if a comment was intended use `//`
}