Skip to content

Commit 7056dca

Browse files
authored
Merge pull request #58703 from rxwei/rdar92588458-5.7
[5.7] [Regex] Downgrade implicit import warning to remark
2 parents 309543b + 9d0fd4b commit 7056dca

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)