We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862d6f4 + 2e85a35 commit da57c4aCopy full SHA for da57c4a
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