We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8947db0 commit 85cb1dcCopy full SHA for 85cb1dc
src/tokens.md
@@ -608,6 +608,7 @@ usages and meanings are defined in the linked pages.
608
| `::` | PathSep | [Path separator][paths]
609
| `->` | RArrow | [Function return type][functions], [Closure return type][closures], [Function pointer type]
610
| `=>` | 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
612
| `#` | Pound | [Attributes]
613
| `$` | Dollar | [Macros]
614
| `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros]
0 commit comments