@@ -3668,9 +3668,6 @@ ERROR(builtin_string_literal_broken_proto,none,
36683668ERROR(string_literal_broken_proto,none,
36693669 " protocol 'ExpressibleByStringLiteral' is broken" , ())
36703670
3671- ERROR(regex_decl_broken,none,
3672- " cannot find 'Regex' type in scope" , ())
3673-
36743671// Array literals
36753672ERROR(should_use_dictionary_literal,none,
36763673 " dictionary of type %0 cannot be %select{used|initialized}1 "
@@ -4722,6 +4719,14 @@ ERROR(async_unavailable_decl,none,
47224719 " %0 %1 is unavailable from asynchronous contexts%select{|; %3}2" ,
47234720 (DescriptiveDeclKind, DeclBaseName, bool , StringRef))
47244721
4722+ // ------------------------------------------------------------------------------
4723+ // MARK: String Processing
4724+ // ------------------------------------------------------------------------------
4725+
4726+ ERROR(string_processing_lib_missing,none,
4727+ " missing '%0' declaration, probably because the '_StringProcessing' "
4728+ " module was not imported properly" , (StringRef))
4729+
47254730// ------------------------------------------------------------------------------
47264731// MARK: Type Check Types
47274732// ------------------------------------------------------------------------------
0 commit comments