| ... | @@ -427,7 +427,7 @@ pub fn ArrayHashMap( | ... | @@ -427,7 +427,7 @@ pub fn ArrayHashMap( |
| 427 | /// Set the map to an empty state, making deinitialization a no-op, and | 427 | /// Set the map to an empty state, making deinitialization a no-op, and |
| 428 | /// returning a copy of the original. | 428 | /// returning a copy of the original. |
| 429 | pub fn move(self: *Self) Self { | 429 | pub fn move(self: *Self) Self { |
| 430 | self.pointer_stability.assertUnlocked(); | 430 | self.unmanaged.pointer_stability.assertUnlocked(); |
| 431 | const result = self.*; | 431 | const result = self.*; |
| 432 | self.unmanaged = .{}; | 432 | self.unmanaged = .{}; |
| 433 | return result; | 433 | return result; |