Skip to content

Commit 3617a6c

Browse files
committed
Bump size assertion for Stmt from 136 to 160 bytes
1 parent 30f461b commit 3617a6c

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
@@ -57,7 +57,7 @@ impl<R> Expr<R> {
5757
#[cfg(target_arch = "x86_64")]
5858
static_assertions::assert_eq_size!(crate::Expr, [u8; 72]);
5959
#[cfg(target_arch = "x86_64")]
60-
static_assertions::assert_eq_size!(crate::Stmt, [u8; 136]);
60+
static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]);
6161
#[cfg(target_arch = "x86_64")]
6262
static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]);
6363
#[cfg(target_arch = "x86_64")]

0 commit comments

Comments
 (0)