pub fn unit_expr<'db>(
ctx: &mut ComputationContext<'db, '_>,
stable_ptr: ExprPtr<'db>,
) -> ExprIdExpand description
builds a semantic unit expression. This is not necessarily located in the AST, so it is received as a param.
pub fn unit_expr<'db>(
ctx: &mut ComputationContext<'db, '_>,
stable_ptr: ExprPtr<'db>,
) -> ExprIdbuilds a semantic unit expression. This is not necessarily located in the AST, so it is received as a param.