]> git.lizzy.rs Git - rust.git/commit
Implement lowering of if-let guards to MIR
authorLeSeulArtichaut <leseulartichaut@gmail.com>
Fri, 13 Nov 2020 17:27:27 +0000 (18:27 +0100)
committerLeSeulArtichaut <leseulartichaut@gmail.com>
Sun, 6 Dec 2020 12:42:24 +0000 (13:42 +0100)
commitf3d4aa6afbad980da62b20cd4583079be7d62104
tree6d24f04e766861f077338af0be9e5c137d483206
parentbab20800f0e7e6252c5c0da0a7a1ba123785cbca
Implement lowering of if-let guards to MIR
compiler/rustc_hir/src/hir.rs
compiler/rustc_mir_build/src/build/matches/mod.rs
compiler/rustc_mir_build/src/build/scope.rs
compiler/rustc_mir_build/src/thir/cx/expr.rs
compiler/rustc_mir_build/src/thir/pattern/check_match.rs
compiler/rustc_passes/src/check_const.rs
src/tools/clippy/clippy_lints/src/utils/author.rs