File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
- [ Traits] ( items/traits.md )
36
36
- [ Implementations] ( items/implementations.md )
37
37
- [ External blocks] ( items/external-blocks.md )
38
- - [ Type and lifetime parameters] ( items/generics.md )
38
+ - [ Generic parameters] ( items/generics.md )
39
39
- [ Associated Items] ( items/associated-items.md )
40
40
- [ Visibility and Privacy] ( visibility-and-privacy.md )
41
41
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ referred to with path syntax.
70
70
>   ;  ; _ ForLifetimes_ <sup >?</sup > [ _ Type_ ] ` : ` [ _ TypeParamBounds_ ] <sup >?</sup >
71
71
>
72
72
> _ ForLifetimes_ :\
73
- >   ;  ; ` for ` ` < ` [ _ LifetimeParams_ ] ( #type-and-lifetime -parameters ) ` > `
73
+ >   ;  ; ` for ` ` < ` [ _ LifetimeParams_ ] ( #generic -parameters ) ` > `
74
74
75
75
* Where clauses* provide another way to specify bounds on type and lifetime
76
76
parameters as well as a way to specify bounds on types that aren't type
@@ -130,7 +130,7 @@ struct Foo<#[my_flexible_clone(unbounded)] H> {
130
130
[ const contexts ] : ../const_eval.md#const-context
131
131
[ function pointers ] : ../types/function-pointer.md
132
132
[ raw pointers ] : ../types/pointer.md#raw-pointers-const-and-mut
133
- [ references ] : ../types/pointer.md#shared-references
133
+ [ references ] : ../types/pointer.md#shared-references-
134
134
[ repeat expressions ] : ../expressions/array-expr.md
135
135
[ `Clone` ] : ../special-types-and-traits.md#clone
136
136
[ `Copy` ] : ../special-types-and-traits.md#copy
You can’t perform that action at this time.
0 commit comments