We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d5b11 commit f44e17aCopy full SHA for f44e17a
1 file changed
src/attributes/diagnostics.md
@@ -335,6 +335,7 @@ The `deprecated` attribute may be applied to:
335
- [struct fields] (not including tuple struct fields)
336
- [external block items]
337
- [macro definitions]
338
+- [defaulted generic parameters]
339
340
It may not be applied to [trait implementation items][trait-impl].
341
@@ -741,6 +742,7 @@ The first error message includes a somewhat confusing error message about the re
741
742
[block expression]: ../expressions/block-expr.md
743
[call expression]: ../expressions/call-expr.md
744
[crate root]: ../crates-and-source-files.md
745
+[defaulted generic parameters]: ../items/generics.md
746
[dyn trait]: ../types/trait-object.md
747
[enum variants]: ../items/enumerations.md
748
[enum]: ../items/enumerations.md
0 commit comments