mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #40799 from rxwei/pairwise-buildblock
[ResultBuilders] `buildBlock(combining:into:)` for pairwise combination.
This commit is contained in:
@@ -454,6 +454,9 @@ 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