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:
335335- [ struct fields] (not including tuple struct fields)
336336- [ external block items]
337337- [ macro definitions]
338+ - [ defaulted generic parameters]
338339
339340It may not be applied to [ trait implementation items] [ trait-impl ] .
340341
@@ -741,6 +742,7 @@ The first error message includes a somewhat confusing error message about the re
741742[ block expression ] : ../expressions/block-expr.md
742743[ call expression ] : ../expressions/call-expr.md
743744[ crate root ] : ../crates-and-source-files.md
745+ [ defaulted generic parameters ] : ../items/generics.md
744746[ dyn trait ] : ../types/trait-object.md
745747[ enum variants ] : ../items/enumerations.md
746748[ enum ] : ../items/enumerations.md
You can’t perform that action at this time.
0 commit comments