Integrate newer string processing (a0ed7e1)

Friend PR: apple/swift-experimental-string-processing#282.

Also remove the `-enable-experimental-pairwise-build-block` flag when building regex modules as the feature is already on by default.
This commit is contained in:
Richard Wei
2022-04-14 22:13:03 -07:00
parent d6cc8e82b0
commit 72ebcded98
11 changed files with 14 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-typecheck-verify-swift -enable-bare-slash-regex
// RUN: %target-typecheck-verify-swift -enable-bare-slash-regex -disable-availability-checking
// REQUIRES: swift_in_compiler
// REQUIRES: concurrency