Function parse_block

Source
fn parse_block(cx: &mut ParseCtxt<'_>) -> ParseResult<Expr>
Expand description

⟨block⟩ := { ⟨block_expr⟩ }