From e718896f36c2adf767f0c7dfaa7ccd0bf293c0e8 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Sun, 8 Sep 2024 06:21:54 +0300 Subject: [PATCH] Don't allow `'r#kw'` --- src/tokens.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tokens.md b/src/tokens.md index 29da863dd..ec2e2f5cb 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -653,6 +653,7 @@ Examples of reserved forms: > > RAW_LIFETIME :\ >       `'r#` [IDENTIFIER_OR_KEYWORD][identifier] +> _(not immediately followed by `'`)_ Lifetime parameters and [loop labels] use LIFETIME_OR_LABEL tokens. Any LIFETIME_TOKEN will be accepted by the lexer, and for example, can be used in