Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use feature-specific guard for @retroactive (#2581)
Motivation: We should use the more granular guard for uses of @retroactive rather than coarse swift versions to guard against corner-cases Modifications: Switch `#if compiler(>=5.11)` for `#if hasFeature(RetroactiveAttribute)` Result: No change in most cases, more protected against corner-cases.
- Loading branch information