Function cairo_lang_semantic::expr::compute::compute_expr_semantic
source · pub fn compute_expr_semantic(
ctx: &mut ComputationContext<'_>,
syntax: &Expr
) -> ExprAndIdExpand 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.