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