From 85cb1dc1bf896250c2d382e52d4e3ca5084e9ae7 Mon Sep 17 00:00:00 2001 From: Matthew Woodcraft Date: Wed, 1 Nov 2023 22:03:44 +0000 Subject: [PATCH] tokens.md: Add <- to the Punctuation table --- src/tokens.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tokens.md b/src/tokens.md index 0067b647d..3a31fa53c 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -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]