Skip to content

Commit b73b77d

Browse files
authored
Merge pull request #58689 from rxwei/rdar92588458
[Regex] Downgrade implicit import warning to remark
2 parents 760343f + 6051f7d commit b73b77d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/DiagnosticsFrontend.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ WARNING(emit_reference_dependencies_without_primary_file,none,
149149

150150
WARNING(warn_implicit_concurrency_import_failed,none,
151151
"unable to perform implicit import of \"_Concurrency\" module: no such module found", ())
152-
WARNING(warn_implicit_string_processing_import_failed,none,
153-
"unable to perform implicit import of \"_StringProcessing\" module: no such module found", ())
152+
REMARK(warn_implicit_string_processing_import_failed,none,
153+
"unable to perform implicit import of \"_StringProcessing\" module: no such module found", ())
154154

155155
ERROR(error_module_name_required,none, "-module-name is required", ())
156156
ERROR(error_bad_module_name,none,

0 commit comments

Comments
 (0)