mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #41966 from rxwei/se-0348-if-approved
[ResultBuilders] Enable SE-0348 `buildPartialBlock` by default.
This commit is contained in:
@@ -465,9 +465,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableExperimentalMoveOnly |=
|
||||
Args.hasArg(OPT_enable_experimental_move_only);
|
||||
|
||||
Opts.EnableExperimentalPairwiseBuildBlock |=
|
||||
Args.hasArg(OPT_enable_experimental_pairwise_build_block);
|
||||
|
||||
Opts.EnableInferPublicSendable |=
|
||||
Args.hasFlag(OPT_enable_infer_public_concurrent_value,
|
||||
OPT_disable_infer_public_concurrent_value,
|
||||
|
||||
Reference in New Issue
Block a user