Skip to content

Commit

Permalink
Merge pull request #1271 from crlf0710/unicode15
Browse files Browse the repository at this point in the history
Update Unicode reference to match rustc implementation
  • Loading branch information
ehuss authored Sep 20, 2022
2 parents 1887656 + 1f9de62 commit d85c792
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 @@ -13,7 +13,7 @@
> NON_KEYWORD_IDENTIFIER | RAW_IDENTIFIER
<!-- When updating the version, update the UAX links, too. -->
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 13.0, with the additions described below. Some examples of identifiers:
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 15.0, with the additions described below. Some examples of identifiers:

* `foo`
* `_identifier`
Expand Down Expand Up @@ -68,5 +68,5 @@ keyword except the ones listed above for `RAW_IDENTIFIER`.
[proc-macro]: procedural-macros.md
[reserved]: keywords.md#reserved-keywords
[strict]: keywords.md#strict-keywords
[UAX15]: https://www.unicode.org/reports/tr15/tr15-50.html
[UAX31]: https://www.unicode.org/reports/tr31/tr31-33.html
[UAX15]: https://www.unicode.org/reports/tr15/tr15-53.html
[UAX31]: https://www.unicode.org/reports/tr31/tr31-37.html

0 comments on commit d85c792

Please sign in to comment.