Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
e42a4ca53b274dbfd94ea8f712dd9715d2e8fea5
/
.
/
tests
/
ui
/
parser
/
doc-before-identifier.rs
blob: 76263ad92885d9d2ce9f9451275edc124e613c95 [
file
] [
log
] [
blame
]
fn
/// document
foo
()
{}
//~^^ ERROR expected identifier, found doc comment `/// document`
fn
main
()
{
foo
();
}