We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-disable-experimental-opened-existential-types
1 parent 71c8c33 commit f20a52eCopy full SHA for f20a52e
include/swift/Option/FrontendOptions.td
@@ -538,7 +538,7 @@ def enable_experimental_opened_existential_types :
538
HelpText<"Enable experimental support for implicitly opened existentials">;
539
540
def disable_experimental_opened_existential_types :
541
- Flag<["-"], "disble-experimental-opened-existential-types">,
+ Flag<["-"], "disable-experimental-opened-existential-types">,
542
HelpText<"Disable experimental support for implicitly opened existentials">;
543
544
def enable_deserialization_recovery :
0 commit comments