Uh oh!
There was an error while loading. Please reload this page.
Remove always-on ImplicitYield language feature flag - #20239
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
❗ Release notes requiredYou can open this PR in browser to add release notes: open in github.dev Caution No release notes found for the changed paths (see table below). Please make sure to add an entry with an informative description of the change as well as link to this pull request, issue and language suggestion if applicable. Release notes for this repository are based on Keep A Changelog format. The following format is recommended for this repository: `* . (PR #XXXXX)`
If you believe that release notes are not necessary for this PR, please add NO_RELEASE_NOTES label to the pull request.
|
Fixes#20143
LanguageFeature.ImplicitYieldhas been on for every accepted--langversionsince F# 4.7, so its feature flag could never be switched off. Removed the flag and every guard, collapsing the code to the always-enabled path.--disableLanguageFeature:ImplicitYieldis no longer a recognised feature name.