mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is a workaround for a bug in the move-only checker: rdar://151841926. The move-only checker sometimes inserts destroy_addr within read-only static access scopes. Therefore don't consider static access scopes as immutable scopes.