We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8227666 + e33f255 commit 9104f17Copy full SHA for 9104f17
src/paths.md
@@ -128,7 +128,7 @@ S::f(); // Calls the inherent impl.
128
> _PathIdentSegment_ (`::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_))<sup>?</sup>
129
>
130
> _TypePathFn_ :\
131
-> `(` _TypePathFnInputs_<sup>?</sup> `)` (`->` [_Type_])<sup>?</sup>
+> `(` _TypePathFnInputs_<sup>?</sup> `)` (`->` [_TypeNoBounds_])<sup>?</sup>
132
133
> _TypePathFnInputs_ :\
134
> [_Type_] (`,` [_Type_])<sup>\*</sup> `,`<sup>?</sup>
@@ -395,6 +395,7 @@ mod without { // crate::without
395
[_LiteralExpression_]: expressions/literal-expr.md
396
[_SimplePathSegment_]: #simple-paths
397
[_Type_]: types.md#type-expressions
398
+[_TypeNoBounds_]: types.md#type-expressions
399
[literal]: expressions/literal-expr.md
400
[item]: items.md
401
[variable]: variables.md
0 commit comments