rust/compiler/rustc_parse/src
Matthias Krüger 910ac7eabf
Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiser
Enforce that raw lifetimes must be valid raw identifiers

Make sure that the identifier part of a raw lifetime is a valid raw identifier. This precludes `'r#_` and all module segment paths for now.

I don't believe this is compelling to support. This was raised by `@ehuss` in https://github.com/rust-lang/reference/pull/1603#discussion_r1822726753 (well, specifically the `'r#_` case), but I don't see why we shouldn't just make it consistent with raw identifiers.
2024-11-09 19:16:43 +01:00
..
lexer Enforce that raw lifetime identifiers must be valid raw identifiers 2024-10-30 14:45:22 +00:00
parser Revert "Avoid nested replacement ranges" from #129346. 2024-11-04 15:57:35 +11:00
errors.rs Enforce that raw lifetime identifiers must be valid raw identifiers 2024-10-30 14:45:22 +00:00
lib.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
validate_attr.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00