File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ S::f(); // Calls the inherent impl.
128
128
>   ;  ; _ PathIdentSegment_ ` :: ` <sup >?</sup > ([ _ GenericArgs_ ] | _ TypePathFn_ )<sup >?</sup >
129
129
>
130
130
> _ TypePathFn_ :\
131
- > ` ( ` _ TypePathFnInputs_ <sup >?</sup > ` ) ` (` -> ` [ _ Type _ ] )<sup >?</sup >
131
+ > ` ( ` _ TypePathFnInputs_ <sup >?</sup > ` ) ` (` -> ` [ _ TypeNoBounds _ ] )<sup >?</sup >
132
132
>
133
133
> _ TypePathFnInputs_ :\
134
134
> [ _ Type_ ] (` , ` [ _ Type_ ] )<sup >\* </sup > ` , ` <sup >?</sup >
@@ -386,6 +386,7 @@ mod without { // crate::without
386
386
[ _LiteralExpression_ ] : expressions/literal-expr.md
387
387
[ _SimplePathSegment_ ] : #simple-paths
388
388
[ _Type_ ] : types.md#type-expressions
389
+ [ _TypeNoBounds_ ] : types.md#type-expressions
389
390
[ literal ] : expressions/literal-expr.md
390
391
[ item ] : items.md
391
392
[ variable ] : variables.md
You can’t perform that action at this time.
0 commit comments