Skip to content

Commit 2cbb637

Browse files
committed
[nfc] remove unused diagnostics
1 parent 148897a commit 2cbb637

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7460,11 +7460,6 @@ ERROR(noncopyable_parameter_subscript_unsupported, none,
74607460
"subscripts cannot have noncopyable parameters yet", ())
74617461
NOTE(noncopyable_parameter_ownership_suggestion, none,
74627462
"add '%0' %1", (StringRef, StringRef))
7463-
ERROR(ownership_specifier_copyable,none,
7464-
"copyable types cannot be 'consuming' or 'borrowing' yet", ())
7465-
ERROR(self_ownership_specifier_copyable,none,
7466-
"%0 is not yet valid on %1s of a copyable type",
7467-
(SelfAccessKind, DescriptiveDeclKind))
74687463
ERROR(ownership_specifier_nonescaping_closure,none,
74697464
"'%0' cannot be applied to nonescaping closure", (StringRef))
74707465
ERROR(noncopyable_generics, none,

0 commit comments

Comments
 (0)