2014-09-11 21:07:07 -04:00
|
|
|
fn main() {
|
|
|
|
|
println!("Hi"); /// hi
|
2016-05-27 19:05:22 -07:00
|
|
|
//~^ ERROR found a documentation comment that doesn't document anything
|
2022-09-27 16:08:04 +08:00
|
|
|
//~| HELP if a comment was intended use `//`
|
2014-09-11 21:07:07 -04:00
|
|
|
}
|