You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#126452 - compiler-errors:raw-lifetimes, r=<try>
Implement raw lifetimes and labels (`'r#ident`)
This PR implements a syntax for raw lifetimes and labels as requested in rust-lang#126335.
This PR also moves keyword lifetime validation (i.e. checking that we don't have something like `'async`) from ast validation to the parser, similar to how we handle raw identifiers, since we don't distinguish raw identifiers after parsing.
This PR additionally extends the `keyword_idents_2024` lint to also check identifiers.
cc `@traviscross`
r? parser
0 commit comments