Bump expected size of `Stmt` to 168 bytes

This commit is contained in:
Zanie 2023-07-17 13:39:28 -05:00 committed by Zanie Blue
parent 78c6ede1c9
commit 57e8712d76
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ impl Expr {
#[cfg(target_arch = "x86_64")]
static_assertions::assert_eq_size!(crate::Expr, [u8; 72]);
#[cfg(target_arch = "x86_64")]
static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]);
static_assertions::assert_eq_size!(crate::Stmt, [u8; 168]);
#[cfg(target_arch = "x86_64")]
static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]);
#[cfg(target_arch = "x86_64")]