Skip to content

Commit f758647

Browse files
committed
Add a not to the turbofish section about impl Trait
Signed-off-by: Nick Cameron <[email protected]>
1 parent b8ac38e commit f758647

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/paths.md

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ arguments, then const arguments, then equality constraints.
8181
Const arguments must be surrounded by braces unless they are a
8282
[literal] or a single segment path.
8383

84+
The synthetic type parameters corresponding to `impl Trait` types are implicit,
85+
and these cannot be explicitly specified.
86+
8487
## Qualified paths
8588

8689
> **<sup>Syntax</sup>**\

0 commit comments

Comments
 (0)