mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Basic Sema support for covariant collection casting.
This commit is contained in:
@@ -743,6 +743,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableExperimentalNestedGenericTypes |=
|
||||
Args.hasArg(OPT_enable_experimental_nested_generic_types);
|
||||
|
||||
Opts.EnableExperimentalCollectionCasts |=
|
||||
Args.hasArg(OPT_enable_experimental_collection_casts);
|
||||
|
||||
Opts.DisableAvailabilityChecking |=
|
||||
Args.hasArg(OPT_disable_availability_checking);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user