Skip to content

Commit c433740

Browse files
committed
Enable TypedThrows in the standard library build
1 parent d2e0582 commit c433740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ endif()
298298
# STAGING: Temporarily avoids having to write #fileID in Swift.swiftinterface.
299299
list(APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-experimental-concise-pound-file")
300300

301-
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
301+
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "TypedThrows")
302302
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros")
303303
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern")
304304

0 commit comments

Comments
 (0)