Update salsa past generational id change (#18362)
This commit is contained in:
@@ -9189,7 +9189,7 @@ impl<'db> BoundSuperType<'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]);
|
||||
static_assertions::assert_eq_size!(Type, [u8; 24]);
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) mod tests {
|
||||
|
||||
Reference in New Issue
Block a user