Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
doc-before-fn-rbrace.rs
blob: c8502164854521af2287b758f5c2f5795bb07405 [
file
] [
log
] [
blame
]
fn
main
()
{
/// document
//~^ ERROR found a documentation comment that doesn't document anything
//~| HELP if a comment was intended use `//`
}