You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/swift/AST/DiagnosticsRefactoring.def
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@
26
26
27
27
ERROR(invalid_name, none, "'%0' is not a valid name", (StringRef))
28
28
29
+
ERROR(extract_function_not_supported_swiftsyntax_missing, none, "Extract Function is not supported because sourcekitd was built without swift-syntax", ())
30
+
29
31
ERROR(invalid_location, none, "given location is not valid", ())
30
32
31
33
ERROR(arity_mismatch, none, "the given new name '%0' does not match the arity of the old name '%1'", (StringRef, StringRef))
0 commit comments