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 ab15dda commit ab28449Copy full SHA for ab28449
stdlib/cmake/modules/SwiftSource.cmake
@@ -620,8 +620,6 @@ function(_compile_swift_files
620
list(APPEND swift_flags "-Xfrontend" "-disable-preallocated-instantiation-caches")
621
endif()
622
623
- list(APPEND swift_flags "-Xfrontend" "-enable-experimental-associated-type-inference")
624
-
625
list(APPEND swift_flags ${SWIFT_STDLIB_EXTRA_SWIFT_COMPILE_FLAGS})
626
627
list(APPEND swift_flags ${SWIFT_EXPERIMENTAL_EXTRA_FLAGS})
0 commit comments