We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44ba1a commit 3d78bd7Copy full SHA for 3d78bd7
include/swift/AST/DiagnosticsSema.def
@@ -3761,7 +3761,7 @@ WARNING(warn_deprecated_conditional_conformance_outer_access,Deprecation,
3761
"which comes via a conditional conformance",
3762
(DeclNameRef, DescriptiveDeclKind, DescriptiveDeclKind, DeclName,
3763
DescriptiveDeclKind, DescriptiveDeclKind, DeclName))
3764
-NOTE(fix_deprecated_conditional_conformance_outer_access,Deprecation,
+NOTE(fix_deprecated_conditional_conformance_outer_access,none,
3765
"use '%0' to continue to reference the %1",
3766
(StringRef, DescriptiveDeclKind, Identifier))
3767
@@ -5244,7 +5244,7 @@ WARNING(availability_deprecated_rename, Deprecation,
5244
unsigned, StringRef))
5245
#undef REPLACEMENT_DECL_KIND_SELECT
5246
5247
-NOTE(note_deprecated_rename, Deprecation,
+NOTE(note_deprecated_rename, none,
5248
"use '%0' instead", (StringRef))
5249
5250
ERROR(availability_decl_more_than_enclosing, none,
0 commit comments