From 912a6d5c0c04ea77a90fcdbb5ca8fe7a5f12f6b9 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 14 Nov 2024 08:25:52 -0800 Subject: [PATCH] Clarify raw lifetime cannot be certain keywords Update for https://github.com/rust-lang/rust/pull/132363 --- src/tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens.md b/src/tokens.md index 84b7e0aa1..0b064a766 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -767,7 +767,7 @@ r[lex.token.life.syntax] >    | RAW_LIFETIME > > RAW_LIFETIME :\ ->    `'r#` [IDENTIFIER_OR_KEYWORD][identifier] +>    `'r#` [IDENTIFIER_OR_KEYWORD][identifier] *Except `crate`, `self`, `super`, `Self`* > _(not immediately followed by `'`)_ r[lex.token.life.intro]