syntax::ast::make

Function block_expr

source
pub fn block_expr(
    stmts: impl IntoIterator<Item = Stmt>,
    tail_expr: Option<Expr>,
) -> BlockExpr