Skip to content

Commit

Permalink
tokens.md: Add <- to the Punctuation table
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww authored and ehuss committed Jul 2, 2024
1 parent 3565c79 commit 85fcc27
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 85fcc27

Please sign in to comment.