Skip to content

Commit e8efaaa

Browse files
committed
Sema: Refactor TypeCheckEffects.cpp in preparation for 'reasync' checking
1 parent 27fdc9a commit e8efaaa

File tree

2 files changed

+501
-312
lines changed

2 files changed

+501
-312
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4093,7 +4093,7 @@ NOTE(because_rethrows_argument_throws,none,
40934093
NOTE(because_rethrows_default_argument_throws,none,
40944094
"call is to 'rethrows' function, but a defaulted argument function"
40954095
" can throw", ())
4096-
NOTE(because_rethrows_default_conformance_throws,none,
4096+
NOTE(because_rethrows_conformance_throws,none,
40974097
"call is to 'rethrows' function, but a conformance has a throwing witness", ())
40984098

40994099
ERROR(throwing_call_in_nonthrowing_autoclosure,none,

0 commit comments

Comments
 (0)