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
"'-explicit-interface-module-build' only supported when building a module from interface ('-compile-module-from-interface' or '-typecheck-module-from-interface')'", ())
Copy file name to clipboardExpand all lines: include/swift/AST/DiagnosticsRefactoring.def
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,12 @@ ERROR(invalid_name, none, "'%0' is not a valid name", (StringRef))
28
28
29
29
ERROR(extract_function_not_supported_swiftsyntax_missing, none, "Extract Function is not supported because sourcekitd was built without swift-syntax", ())
30
30
31
-
ERROR(invalid_location, none, "given location is not valid", ())
32
-
33
31
ERROR(arity_mismatch, none, "the given new name '%0' does not match the arity of the old name '%1'", (StringRef, StringRef))
34
32
35
33
ERROR(name_not_functionlike, none, "the 'call' name usage cannot be used with a non-function-like name '%0'", (StringRef))
36
34
37
35
ERROR(unresolved_location, none, "cannot rename due to unresolved location", ())
38
36
39
-
ERROR(location_module_mismatch, none, "given location does not belong to module '%0'", (StringRef))
40
-
41
37
ERROR(value_decl_no_loc, none, "cannot rename %0 as it has no declaration location", (DeclName))
42
38
43
39
ERROR(decl_is_system_symbol, none, "cannot rename system symbol %0", (DeclName))
0 commit comments