Skip to content

Commit

Permalink
Merge pull request #1149 from pushkine/patch-4
Browse files Browse the repository at this point in the history
Add undocumented Punctuation token Tilde `~`
  • Loading branch information
ehuss committed Mar 11, 2022
2 parents 724714c + 6fc7f89 commit f74bb08
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 @@ -596,6 +596,7 @@ usages and meanings are defined in the linked pages.
| `#` | Pound | [Attributes]
| `$` | Dollar | [Macros]
| `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros]
| `~` | Tilde | The tilde operator has been unused since before Rust 1.0, but its token may still be used

## Delimiters

Expand Down

0 comments on commit f74bb08

Please sign in to comment.