maybe_compute_expr_semantic

Function maybe_compute_expr_semantic 

Source
pub fn maybe_compute_expr_semantic<'db>(
    ctx: &mut ComputationContext<'db, '_>,
    syntax: &Expr<'db>,
) -> Maybe<Expr<'db>>
Expand description

Computes the semantic model of an expression, or returns a SemanticDiagnosticKind on error.