Skip to content

Commit d85c792

Browse files
authored
Merge pull request #1271 from crlf0710/unicode15
Update Unicode reference to match rustc implementation
2 parents 1887656 + 1f9de62 commit d85c792

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
@@ -13,7 +13,7 @@
1313
> NON_KEYWORD_IDENTIFIER | RAW_IDENTIFIER
1414
1515
<!-- When updating the version, update the UAX links, too. -->
16-
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 13.0, with the additions described below. Some examples of identifiers:
16+
Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 15.0, with the additions described below. Some examples of identifiers:
1717

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

0 commit comments

Comments
 (0)