Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling of retroactive guard #363

Merged

Conversation

rnro
Copy link
Contributor

@rnro rnro commented Nov 6, 2023

Motivation:

hasFeature(RetroactiveAttribute) doesn't work as expected, but $RetroactiveAttribute does.

Modifications:

Switch from hasFeature to $RetroactiveAttribute.

Result:

  • @retroactive is applied appropriately

Motivation:

`hasFeature(RetroactiveAttribute)` doesn't work as expected, but `$RetroactiveAttribute` does.

Modifications:

Switch from `hasFeature` to `$RetroactiveAttribute`.

Result:

- `@retroactive` is applied appropriately
@czechboy0
Copy link
Collaborator

@swift-server-bot add to allowlist

@rnro rnro enabled auto-merge (squash) November 6, 2023 11:34
@rnro rnro merged commit 4f2a7cc into apple:main Nov 6, 2023
7 of 8 checks passed
@czechboy0 czechboy0 added the semver/patch No public API change. label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants