File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 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.
128128>   ;  ; _ PathIdentSegment_ ` :: ` <sup >?</sup > ([ _ GenericArgs_ ] | _ TypePathFn_ )<sup >?</sup >
129129>
130130> _ TypePathFn_ :\
131- > ` ( ` _ TypePathFnInputs_ <sup >?</sup > ` ) ` (` -> ` [ _ Type _ ] )<sup >?</sup >
131+ > ` ( ` _ TypePathFnInputs_ <sup >?</sup > ` ) ` (` -> ` [ _ TypeNoBounds _ ] )<sup >?</sup >
132132>
133133> _ TypePathFnInputs_ :\
134134> [ _ Type_ ] (` , ` [ _ Type_ ] )<sup >\* </sup > ` , ` <sup >?</sup >
@@ -386,6 +386,7 @@ mod without { // crate::without
386386[ _LiteralExpression_ ] : expressions/literal-expr.md
387387[ _SimplePathSegment_ ] : #simple-paths
388388[ _Type_ ] : types.md#type-expressions
389+ [ _TypeNoBounds_ ] : types.md#type-expressions
389390[ literal ] : expressions/literal-expr.md
390391[ item ] : items.md
391392[ variable ] : variables.md
You can’t perform that action at this time.
0 commit comments