Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
parser
/
doc-before-semi.rs
blob: 444b5874ea2862aa20fe086b7f307f67bddc3da3 [
file
]
fn
main
()
{
/// hi
//~^ ERROR found a documentation comment that doesn't document anything
//~| HELP if a comment was intended use `//`
;
}