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