Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
parser
/
doc-before-semi.rs
blob: 444b5874ea2862aa20fe086b7f307f67bddc3da3 [
file
] [
log
] [
blame
]
fn
main
()
{
/// hi
//~^ ERROR found a documentation comment that doesn't document anything
//~| HELP if a comment was intended use `//`
;
}