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.
pub fn maybe_compute_expr_semantic<'db>(
ctx: &mut ComputationContext<'db, '_>,
syntax: &Expr<'db>,
) -> Maybe<Expr<'db>>Computes the semantic model of an expression, or returns a SemanticDiagnosticKind on error.