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
Tiger0202 committed Nov 1, 2023
1 parent 0010760 commit a88cf04
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 @@ -608,6 +608,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 a88cf04

Please sign in to comment.