Skip to content

Commit f74bb08

Browse files
authored
Merge pull request rust-lang#1149 from pushkine/patch-4
Add undocumented Punctuation token Tilde `~`
2 parents 724714c + 6fc7f89 commit f74bb08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tokens.md

+1
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ usages and meanings are defined in the linked pages.
596596
| `#` | Pound | [Attributes]
597597
| `$` | Dollar | [Macros]
598598
| `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros]
599+
| `~` | Tilde | The tilde operator has been unused since before Rust 1.0, but its token may still be used
599600

600601
## Delimiters
601602

0 commit comments

Comments
 (0)