Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 57e8712

Browse files
committed
Bump expected size of Stmt to 168 bytes
1 parent 78c6ede commit 57e8712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/src/impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl Expr {
5656
#[cfg(target_arch = "x86_64")]
5757
static_assertions::assert_eq_size!(crate::Expr, [u8; 72]);
5858
#[cfg(target_arch = "x86_64")]
59-
static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]);
59+
static_assertions::assert_eq_size!(crate::Stmt, [u8; 168]);
6060
#[cfg(target_arch = "x86_64")]
6161
static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]);
6262
#[cfg(target_arch = "x86_64")]

0 commit comments

Comments
 (0)