We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e0582 commit c433740Copy full SHA for c433740
stdlib/public/core/CMakeLists.txt
@@ -298,7 +298,7 @@ endif()
298
# STAGING: Temporarily avoids having to write #fileID in Swift.swiftinterface.
299
list(APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-experimental-concise-pound-file")
300
301
-list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
+list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "TypedThrows")
302
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros")
303
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern")
304
0 commit comments