Home
last modified time | relevance | path

Searched defs:else_expr (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/matches/
Dneedless_match.rs108 let else_expr = peel_blocks_with_stmt(if_else); in check_if_let_inner() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dneedless_continue.rs269 else_expr: &'a ast::Expr, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dreplace_if_let_with_match.rs280 let else_expr = if is_empty_expr(&else_expr) { None } else { Some(else_expr) }; in replace_match_with_if_let() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs493 let else_expr = self.arena.alloc(self.expr_block(else_blk)); in lower_expr_while_in_loop_scope() localVariable
/third_party/rust/rust/src/tools/rustfmt/src/
Dexpr.rs815 let else_expr = &else_node.stmts[0]; in rewrite_single_line() localVariable