Skip to content

Commit b9586b9

Browse files
authored
Merge pull request swiftlang#39534 from apple/ktoso-patch-6
2 parents 028b964 + f7e8e91 commit b9586b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/swift-api-dump.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ def create_parser():
104104
'member.')
105105
parser.add_argument('--enable-experimental-concurrency', action='store_true',
106106
help='Enable experimental concurrency model.')
107+
parser.add_argument('--enable-experimental-distributed', action='store_true',
108+
help='Enable experimental distributed actors.')
107109
parser.add_argument('-swift-version', metavar='N',
108110
help='the Swift version to use')
109111
parser.add_argument('-show-overlay', action='store_true',

0 commit comments

Comments
 (0)