Skip to content

Commit

Permalink
Merge pull request #1688 from mattheww/2024-11_unicode-16
Browse files Browse the repository at this point in the history
Claim to follow Unicode 16 for lexing identifiers.
  • Loading branch information
traviscross authored Dec 3, 2024
2 parents 56d2f19 + 8a3722d commit ede56d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ r[ident.syntax]
<!-- When updating the version, update the UAX links, too. -->
r[ident.unicode]
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 15.0, with the additions described below. Some examples of identifiers:
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 16.0, with the additions described below. Some examples of identifiers:

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

0 comments on commit ede56d1

Please sign in to comment.