]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/reference/src/paths.md
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / reference / src / paths.md
index 51bd8cad5676c0b809bfa39a2ebb3806674abd1f..cb6b24aa0799c1395c699724ad58f2dd012c0f61 100644 (file)
@@ -81,6 +81,9 @@ arguments, then const arguments, then equality constraints.
 Const arguments must be surrounded by braces unless they are a
 [literal] or a single segment path.
 
+The synthetic type parameters corresponding to `impl Trait` types are implicit,
+and these cannot be explicitly specified.
+
 ## Qualified paths
 
 > **<sup>Syntax</sup>**\