pub fn compute_expr_semantic<'db>(
ctx: &mut ComputationContext<'db, '_>,
syntax: &Expr<'db>,
) -> ExprAndId<'db>Expand description
Computes the semantic model of an expression. Note that this expr will always be “registered” in the arena, so it can be looked up in the language server.