Skip to content

Commit e558ec9

Browse files
authored
Merge pull request #1212 from nrc/turbo-stable
Add a note to the turbofish section about impl Trait
2 parents 7257d07 + f758647 commit e558ec9

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)