File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ The `deprecated` attribute may be applied to:
335
335
- [ struct fields] (not including tuple struct fields)
336
336
- [ external block items]
337
337
- [ macro definitions]
338
+ - [ defaulted generic parameters]
338
339
339
340
It may not be applied to [ trait implementation items] [ trait-impl ] .
340
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
742
743
[ call expression ] : ../expressions/call-expr.md
743
744
[ crate root ] : ../crates-and-source-files.md
745
+ [ defaulted generic parameters ] : ../items/generics.md
744
746
[ dyn trait ] : ../types/trait-object.md
745
747
[ enum variants ] : ../items/enumerations.md
746
748
[ enum ] : ../items/enumerations.md
You can’t perform that action at this time.
0 commit comments