1 2 3 4 5 6 7 8 9
// compile-flags: -Z continue-parse-after-error fn /// document foo() {} //~^^ ERROR expected identifier, found doc comment `/// document` fn main() { foo(); }