Function parse_block

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

⟨block⟩ := { ⟨let_decls⟩ ⟨expr⟩ }