Skip to content

Commit

Permalink
Merge pull request #1424 from mattheww/2023-11_larrow
Browse files Browse the repository at this point in the history
Document that <- is a single token
  • Loading branch information
ehuss authored Jan 8, 2024
2 parents 3565c79 + 85cb1dc commit 8c77e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ usages and meanings are defined in the linked pages.
| `::` | PathSep | [Path separator][paths]
| `->` | RArrow | [Function return type][functions], [Closure return type][closures], [Function pointer type]
| `=>` | FatArrow | [Match arms][match], [Macros]
| `<-` | LArrow | The left arrow symbol has been unused since before Rust 1.0, but it is still treated as a single token
| `#` | Pound | [Attributes]
| `$` | Dollar | [Macros]
| `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros]
Expand Down

0 comments on commit 8c77e8b

Please sign in to comment.