From f8d979ca1dad5efe610eeb1bd084c2183ec2ab3f Mon Sep 17 00:00:00 2001 From: Matthew Woodcraft Date: Tue, 6 May 2025 21:31:15 +0100 Subject: [PATCH] Claim to follow Unicode 16 for lexing identifiers. This change happened in Rust 1.83. --- src/lexical-elements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lexical-elements.rst b/src/lexical-elements.rst index b4f1685a..2b923315 100644 --- a/src/lexical-elements.rst +++ b/src/lexical-elements.rst @@ -476,7 +476,7 @@ keyword]s`. :dp:`fls_jpecw46eh061` A :t:`pure identifier` shall follow the specification in Unicode Standard Annex -#31 for :t:`Unicode` version 13.0, with the following profile: +#31 for :t:`Unicode` version 16.0, with the following profile: * :dp:`fls_lwcflgezgs5z` ``Start`` = ``XID_Start``, plus character 0x5F (low line).