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 2a2de9c + 352e8db commit 2370da2Copy full SHA for 2370da2
src/paths.md
@@ -121,7 +121,7 @@ S::f(); // Calls the inherent impl.
121
> `::`<sup>?</sup> _TypePathSegment_ (`::` _TypePathSegment_)<sup>\*</sup>
122
>
123
> _TypePathSegment_ :\
124
-> _PathIdentSegment_ (`::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_)<sup>?</sup>
+> _PathIdentSegment_ `::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_)<sup>?</sup>
125
126
> _TypePathFn_ :\
127
> `(` _TypePathFnInputs_<sup>?</sup> `)` (`->` [_Type_])<sup>?</sup>
0 commit comments