Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
parser
/
doc-before-rbrace.rs
blob: 570306f2cdf83d14fbcf7f0d89a7604229005da1 [
file
]
fn
main
()
{
println
!(
"Hi"
);
/// hi
//~^ ERROR found a documentation comment that doesn't document anything
//~| HELP if a comment was intended use `//`
}