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