Skip to content

Commit ede56d1

Browse files
authored
Merge pull request #1688 from mattheww/2024-11_unicode-16
Claim to follow Unicode 16 for lexing identifiers.
2 parents 56d2f19 + 8a3722d commit ede56d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/identifiers.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ r[ident.syntax]
1919
2020
<!-- When updating the version, update the UAX links, too. -->
2121
r[ident.unicode]
22-
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 15.0, with the additions described below. Some examples of identifiers:
22+
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 16.0, with the additions described below. Some examples of identifiers:
2323

2424
* `foo`
2525
* `_identifier`
@@ -89,5 +89,5 @@ It is an error to use the RESERVED_RAW_IDENTIFIER token `r#_` in order to avoid
8989
[proc-macro]: procedural-macros.md
9090
[reserved]: keywords.md#reserved-keywords
9191
[strict]: keywords.md#strict-keywords
92-
[UAX15]: https://www.unicode.org/reports/tr15/tr15-53.html
93-
[UAX31]: https://www.unicode.org/reports/tr31/tr31-37.html
92+
[UAX15]: https://www.unicode.org/reports/tr15/tr15-56.html
93+
[UAX31]: https://www.unicode.org/reports/tr31/tr31-41.html

0 commit comments

Comments
 (0)