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 2222e68 commit fa15abdCopy full SHA for fa15abd
src/attributes/diagnostics.md
@@ -335,6 +335,7 @@ The `deprecated` attribute may be applied to:
335
- [struct fields]
336
- [external block items]
337
- [macro definitions]
338
+- [defaulted generic parameters]
339
340
It cannot 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