File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,12 @@ impl<R> Expr<R> {
5454 }
5555}
5656
57- #[ cfg( target_arch = "x86_64" ) ]
58- static_assertions:: assert_eq_size!( crate :: Expr , [ u8 ; 72 ] ) ;
59- #[ cfg( target_arch = "x86_64" ) ]
60- static_assertions:: assert_eq_size!( crate :: Stmt , [ u8 ; 160 ] ) ;
61- #[ cfg( target_arch = "x86_64" ) ]
62- static_assertions:: assert_eq_size!( crate :: Pattern , [ u8 ; 96 ] ) ;
63- #[ cfg( target_arch = "x86_64" ) ]
64- static_assertions:: assert_eq_size!( crate :: ExceptHandler , [ u8 ; 64 ] ) ;
57+ // TODO: make this a #[test] to avoid eq comparison
58+ // #[cfg(target_arch = "x86_64")]
59+ // static_assertions::assert_eq_size!(crate::Expr, [u8; 72]);
60+ // #[cfg(target_arch = "x86_64")]
61+ // static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]);
62+ // #[cfg(target_arch = "x86_64")]
63+ // static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]);
64+ // #[cfg(target_arch = "x86_64")]
65+ // static_assertions::assert_eq_size!(crate::ExceptHandler, [u8; 64]);
You can’t perform that action at this time.
0 commit comments