We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04cd63 commit f490b7cCopy full SHA for f490b7c
1 file changed
src/tokens.md
@@ -781,6 +781,7 @@ A raw lifetime is like a normal lifetime, but its identifier is prefixed by `r#`
781
r[lex.token.life.raw.allowed]
782
Unlike a normal lifetime, a raw lifetime may be any strict or reserved keyword except the ones listed above for `RAW_LIFETIME`.
783
784
+r[lex.token.life.raw.edition2021]
785
> **Edition differences**: Raw lifetimes are accepted in the 2021
786
> edition or later. In earlier additions the token `'r#lt` is lexed as `'r # lt`.
787
0 commit comments