fn resolve_cond<'tcx>(
visitor: &mut ScopeResolutionVisitor<'tcx>,
cond: &'tcx Expr<'tcx>,
)
Expand description
Resolve a condition from an if
expression or match guard so that it is a terminating scope
if it doesn’t contain let
expressions.