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