Skip to content

Commit 5937396

Browse files
committed
Update Unicode version and links to 17.0
1 parent 3ba86bf commit 5937396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/identifiers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RESERVED_RAW_IDENTIFIER -> `r#` (`_` | `crate` | `self` | `Self` | `super`)
2020

2121
<!-- When updating the version, update the UAX links, too. -->
2222
r[ident.unicode]
23-
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 16.0, with the additions described below. Some examples of identifiers:
23+
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 17.0, with the additions described below. Some examples of identifiers:
2424

2525
* `foo`
2626
* `_identifier`
@@ -86,5 +86,5 @@ It is an error to use the [RESERVED_RAW_IDENTIFIER] token.
8686
[proc-macro]: procedural-macros.md
8787
[reserved]: keywords.md#reserved-keywords
8888
[strict]: keywords.md#strict-keywords
89-
[UAX15]: https://www.unicode.org/reports/tr15/tr15-56.html
90-
[UAX31]: https://www.unicode.org/reports/tr31/tr31-41.html
89+
[UAX15]: https://www.unicode.org/reports/tr15/tr15-57.html
90+
[UAX31]: https://www.unicode.org/reports/tr31/tr31-43.html

0 commit comments

Comments
 (0)