Skip to content

Commit a554080

Browse files
committed
Make failed_to_produce_diagnostic non-fatal
1 parent 86ea012 commit a554080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4753,7 +4753,7 @@ NOTE(note_in_opening_pack_element,none,
47534753
ERROR(type_of_expression_is_ambiguous,none,
47544754
"type of expression is ambiguous without a type annotation", ())
47554755

4756-
ERROR(failed_to_produce_diagnostic,Fatal,
4756+
ERROR(failed_to_produce_diagnostic,none,
47574757
"failed to produce diagnostic for expression; "
47584758
SWIFT_BUG_REPORT_MESSAGE, ())
47594759

0 commit comments

Comments
 (0)