]> git.lizzy.rs Git - rust.git/commit
use `propagate_through_exprs` instead of `propagate_through_expr`
authorTakayuki Maeda <takoyaki0316@gmail.com>
Mon, 5 Sep 2022 05:26:00 +0000 (14:26 +0900)
committerTakayuki Maeda <takoyaki0316@gmail.com>
Mon, 5 Sep 2022 14:11:34 +0000 (23:11 +0900)
commit9cde34e1807208493b3975c155e0c5389820a8ce
tree975d8e89065106268357d6b9f0f1fc036b6e0de3
parentfea1c5f5c82318102d759bbc83d4cc48aa876db9
use `propagate_through_exprs` instead of `propagate_through_expr`

fix `ExprKind` static_assert_size

fix hir-stats
compiler/rustc_borrowck/src/diagnostics/region_errors.rs
compiler/rustc_hir/src/hir.rs
compiler/rustc_passes/src/liveness.rs
src/test/ui/stats/hir-stats.stderr
src/tools/clippy/clippy_lints/src/eta_reduction.rs