We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ed74f commit 4898360Copy full SHA for 4898360
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>
0 commit comments