rust/compiler/rustc_mir_build/src
Dylan DPC b3d3251271
Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor
Replace if-let and while-let with `if let` and `while let`

This pull request replaces if-let and while-let with `if let` and `while let`.

closes https://github.com/rust-lang/rust/issues/82205
2021-02-18 16:57:37 +01:00
..
build Run x.py fmt to fix tidy issues 2021-02-05 06:35:32 -05:00
thir Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor 2021-02-18 16:57:37 +01:00
lib.rs Cache head constructor in PatStack 2020-10-27 00:46:32 +00:00
lints.rs Don't re-export std::ops::ControlFlow in the compiler. 2020-10-22 17:26:55 -07:00