mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-31 07:37:38 +00:00
Update salsa past generational id change (#18362)
This commit is contained in:
parent
0c29e258c6
commit
8005ebb405
5 changed files with 31 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue