rust/compiler/rustc_parse/src
Nicholas Nethercote a06c3887bd Remove the lifetime from ExpTokenPair/SeqSep.
`TokenKind` now impls `Copy`, so we can store it directly rather than a
reference.
2025-08-25 08:02:52 +10:00
..
lexer Migrate BuiltinLintDiag::HiddenUnicodeCodepoints to use LintDiagnostic directly 2025-08-22 03:01:35 -07:00
parser Remove the lifetime from ExpTokenPair/SeqSep. 2025-08-25 08:02:52 +10:00
errors.rs Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann 2025-08-22 22:00:59 -04:00
lib.rs Move validate_attr to rustc_attr_parsing 2025-08-22 08:37:19 +02:00