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.
?
<sup>
1 parent 28e40fe commit a3b48b8Copy full SHA for a3b48b8
src/paths.md
@@ -88,7 +88,7 @@ Const arguments must be surrounded by braces unless they are a
88
> _QualifiedPathType_ (`::` _PathExprSegment_)<sup>+</sup>
89
>
90
> _QualifiedPathType_ :\
91
-> `<` [_Type_] (`as` _TypePath_)? `>`
+> `<` [_Type_] (`as` _TypePath_)<sup>?</sup> `>`
92
93
> _QualifiedPathInType_ :\
94
> _QualifiedPathType_ (`::` _TypePathSegment_)<sup>+</sup>
0 commit comments