We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3565c79 + 85cb1dc commit 8c77e8bCopy full SHA for 8c77e8b
src/tokens.md
@@ -711,6 +711,7 @@ usages and meanings are defined in the linked pages.
711
| `::` | PathSep | [Path separator][paths]
712
| `->` | RArrow | [Function return type][functions], [Closure return type][closures], [Function pointer type]
713
| `=>` | FatArrow | [Match arms][match], [Macros]
714
+| `<-` | LArrow | The left arrow symbol has been unused since before Rust 1.0, but it is still treated as a single token
715
| `#` | Pound | [Attributes]
716
| `$` | Dollar | [Macros]
717
| `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros]
0 commit comments