We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Stmt
1 parent 30f461b commit 3617a6cCopy full SHA for 3617a6c
ast/src/impls.rs
@@ -57,7 +57,7 @@ impl<R> Expr<R> {
57
#[cfg(target_arch = "x86_64")]
58
static_assertions::assert_eq_size!(crate::Expr, [u8; 72]);
59
60
-static_assertions::assert_eq_size!(crate::Stmt, [u8; 136]);
+static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]);
61
62
static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]);
63
0 commit comments