use propagate_through_exprs
instead of propagate_through_expr
fix `ExprKind` static_assert_size fix hir-stats
This commit is contained in:
parent
fea1c5f5c8
commit
9cde34e180
5 changed files with 26 additions and 35 deletions
|
@ -3498,7 +3498,7 @@ mod size_asserts {
|
|||
static_assert_size!(Block<'_>, 48);
|
||||
static_assert_size!(Body<'_>, 32);
|
||||
static_assert_size!(Expr<'_>, 64);
|
||||
static_assert_size!(ExprKind<'_>, 40);
|
||||
static_assert_size!(ExprKind<'_>, 48);
|
||||
static_assert_size!(FnDecl<'_>, 40);
|
||||
static_assert_size!(ForeignItem<'_>, 72);
|
||||
static_assert_size!(ForeignItemKind<'_>, 40);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue