rust/compiler/rustc_mir_build/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
..
build Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
thir Filter unstable and doc hidden variants in usefulness checking 2021-10-12 08:22:25 -04:00
check_unsafety.rs move thir visitor to rustc_middle 2021-09-09 01:32:03 +01:00
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
lints.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00