Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
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 `//`
}