mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Basic Sema support for covariant collection casting."
Ubuntu 14.04 and 15.10 bots failing due to this commit.
This reverts commit 4b6a57292f.
This commit is contained in:
@@ -743,9 +743,6 @@ 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