Skip to content

Commit e3a67e0

Browse files
committed
Add note about unicode identifiers and not supporting emoji.
1 parent f026fe9 commit e3a67e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: posts/2021-06-17-Rust-1.53.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ match result {
8989

9090
Identifiers can now contain non-ascii characters.
9191
All valid identifier characters in Unicode as defined in [UAX #31](https://unicode.org/reports/tr31/) can now be used.
92+
That includes characters from many different scripts and languages, but does not include emoji.
9293

9394
For example:
9495

0 commit comments

Comments
 (0)