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
Auto merge of #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 #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