mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Just like `@preconcurrency` for concurrency, this attribute is going
to allow exhaustiveness error downgrades for enums that were retroactively
marked as `@extensible`.
(cherry picked from commit 498430afaf)