Skip to content

Commit 85cb1dc

Browse files
committed
tokens.md: Add <- to the Punctuation table
1 parent 8947db0 commit 85cb1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/tokens.md

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

0 commit comments

Comments
 (0)