From 292894b055ecf9c20a8ae4dfc82b02ee73f3df9f Mon Sep 17 00:00:00 2001 From: Marcondiro Date: Fri, 31 Oct 2025 11:42:59 +0100 Subject: [PATCH] identifiers: bump Unicode from 16 to 17 --- src/identifiers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/identifiers.md b/src/identifiers.md index 6165160a71..c067d2ccc9 100644 --- a/src/identifiers.md +++ b/src/identifiers.md @@ -20,7 +20,7 @@ RESERVED_RAW_IDENTIFIER -> `r#` (`_` | `crate` | `self` | `Self` | `super`) r[ident.unicode] -Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 16.0, with the additions described below. Some examples of identifiers: +Identifiers follow the specification in [Unicode Standard Annex #31][UAX31] for Unicode version 17.0, with the additions described below. Some examples of identifiers: * `foo` * `_identifier` @@ -86,5 +86,5 @@ It is an error to use the [RESERVED_RAW_IDENTIFIER] token. [proc-macro]: procedural-macros.md [reserved]: keywords.md#reserved-keywords [strict]: keywords.md#strict-keywords -[UAX15]: https://www.unicode.org/reports/tr15/tr15-56.html -[UAX31]: https://www.unicode.org/reports/tr31/tr31-41.html +[UAX15]: https://www.unicode.org/reports/tr15/tr15-57.html +[UAX31]: https://www.unicode.org/reports/tr31/tr31-43.html