]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/reference/src/paths.md
New upstream version 1.62.1+dfsg1
[rustc.git] / src / doc / reference / src / paths.md
index 562a6f065c41e53b43632775a4475e714a802d75..51bd8cad5676c0b809bfa39a2ebb3806674abd1f 100644 (file)
@@ -88,7 +88,7 @@ Const arguments must be surrounded by braces unless they are a
 > &nbsp;&nbsp; _QualifiedPathType_ (`::` _PathExprSegment_)<sup>+</sup>
 >
 > _QualifiedPathType_ :\
-> &nbsp;&nbsp; `<` [_Type_] (`as` _TypePath_)? `>`
+> &nbsp;&nbsp; `<` [_Type_] (`as` _TypePath_)<sup>?</sup> `>`
 >
 > _QualifiedPathInType_ :\
 > &nbsp;&nbsp; _QualifiedPathType_ (`::` _TypePathSegment_)<sup>+</sup>