Skip to content

Commit a2ce02a

Browse files
authored
Merge pull request #37302 from bnbarham/async-shadowing
[Refactoring] Avoid redeclarations or shadowing in async refactored code
2 parents 724e015 + 8569c8a commit a2ce02a

File tree

7 files changed

+1234
-151
lines changed

7 files changed

+1234
-151
lines changed

include/swift/AST/DiagnosticsRefactoring.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ ERROR(unknown_callback_conditions, none, "cannot refactor complex if conditions"
6262

6363
ERROR(mixed_callback_conditions, none, "cannot refactor mixed nil and not-nil conditions", ())
6464

65-
ERROR(callback_multiple_bound_names, none, "cannot refactor when multiple names bound to single declaration, had '%0' and found '%1'", (StringRef, StringRef))
66-
6765
ERROR(callback_with_fallthrough, none, "cannot refactor switch with fallthrough", ())
6866

6967
ERROR(callback_with_default, none, "cannot refactor switch with default case", ())

0 commit comments

Comments
 (0)