We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f85268 + 00b117f commit 8672f80Copy full SHA for 8672f80
src/paths.md
@@ -125,7 +125,7 @@ S::f(); // Calls the inherent impl.
125
> `::`<sup>?</sup> _TypePathSegment_ (`::` _TypePathSegment_)<sup>\*</sup>
126
>
127
> _TypePathSegment_ :\
128
-> _PathIdentSegment_ `::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_)<sup>?</sup>
+> _PathIdentSegment_ (`::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_))<sup>?</sup>
129
130
> _TypePathFn_ :\
131
> `(` _TypePathFnInputs_<sup>?</sup> `)` (`->` [_Type_])<sup>?</sup>
0 commit comments