Skip to content

Commit 8c77e8b

Browse files
authored
Merge pull request #1424 from mattheww/2023-11_larrow
Document that <- is a single token
2 parents 3565c79 + 85cb1dc commit 8c77e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tokens.md

+1
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ usages and meanings are defined in the linked pages.
711711
| `::` | PathSep | [Path separator][paths]
712712
| `->` | RArrow | [Function return type][functions], [Closure return type][closures], [Function pointer type]
713713
| `=>` | FatArrow | [Match arms][match], [Macros]
714+
| `<-` | LArrow | The left arrow symbol has been unused since before Rust 1.0, but it is still treated as a single token
714715
| `#` | Pound | [Attributes]
715716
| `$` | Dollar | [Macros]
716717
| `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros]

0 commit comments

Comments
 (0)