diff options
| author | est31 <MTest31@outlook.com> | 2021-10-16 03:45:14 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2021-10-16 07:18:05 +0200 |
| commit | 1418df5888131578eae04b39360f30df4ffe5599 (patch) | |
| tree | b99f38d84066e3c9e52d35e37659e9979b075266 /compiler/rustc_codegen_gcc | |
| parent | c1026539bd22e9d070988deaa47b1360cbc76436 (diff) | |
| download | rust-1418df5888131578eae04b39360f30df4ffe5599.tar.gz rust-1418df5888131578eae04b39360f30df4ffe5599.zip | |
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.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions
