Searched refs:parse_block_call_arg (Results 1 – 1 of 1) sorted by relevance
2396 args.push(self.parse_block_call_arg()?); in parse_opt_block_call_args()2409 fn parse_block_call_arg(&mut self) -> ParseResult<BlockArg> { in parse_block_call_arg() method