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 >
@@ -395,6 +395,7 @@ mod without { // crate::without
395395[ _LiteralExpression_ ] : expressions/literal-expr.md
396396[ _SimplePathSegment_ ] : #simple-paths
397397[ _Type_ ] : types.md#type-expressions
398+ [ _TypeNoBounds_ ] : types.md#type-expressions
398399[ literal ] : expressions/literal-expr.md
399400[ item ] : items.md
400401[ variable ] : variables.md
You can’t perform that action at this time.
0 commit comments