mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
Bump size assertion for Stmt
from 136 to 160 bytes
This commit is contained in:
parent
30f461b7e9
commit
3617a6c52b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ impl<R> Expr<R> {
|
|||
#[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; 136]);
|
||||
static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]);
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]);
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue