pub fn compute_expr_block_semantic<'db>(
ctx: &mut ComputationContext<'db, '_>,
syntax: &ExprBlock<'db>,
) -> Maybe<Expr<'db>>Expand description
Computes the semantic model of an expression of type ast::ExprBlock.
pub fn compute_expr_block_semantic<'db>(
ctx: &mut ComputationContext<'db, '_>,
syntax: &ExprBlock<'db>,
) -> Maybe<Expr<'db>>Computes the semantic model of an expression of type ast::ExprBlock.