rust/compiler/rustc_mir_dataflow/src
est31 1418df5888 Adopt let_else across the compiler
This performs a substitution of code following the pattern:

let <id> = if let <pat> = ... { identity } else { ... : ! };

To simplify it to:

let <pat> = ... { identity } else { ... : ! };

By adopting the let_else feature.
2021-10-16 07:18:05 +02:00
..
framework
impls Discuss field-sensitivity and enums in context of MaybeLiveLocals 2021-10-04 14:09:19 -07:00
move_paths Replace Fn impls with RPIT impls in rustc_index 2021-10-03 17:50:53 +02:00
drop_flag_effects.rs
elaborate_drops.rs
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
rustc_peek.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
storage.rs