diff --git a/crates/red_knot_python_semantic/src/types.rs b/crates/red_knot_python_semantic/src/types.rs index 50362c34cc..b19d52b4c9 100644 --- a/crates/red_knot_python_semantic/src/types.rs +++ b/crates/red_knot_python_semantic/src/types.rs @@ -2967,6 +2967,7 @@ impl<'db> TupleType<'db> { // Make sure that the `Type` enum does not grow unexpectedly. #[cfg(not(debug_assertions))] +#[cfg(target_pointer_width = "64")] static_assertions::assert_eq_size!(Type, [u8; 16]); #[cfg(test)]