rust/compiler/rustc_parse/src
Nicholas Nethercote e46caaf84b Simplify a match.
`may_be_ident` is true for `NtPath` and `NtMeta`, so we don't need to
check for them separately.
2023-08-17 09:06:03 +10:00
..
lexer Remove reached_eof from ParseSess 2023-08-13 13:33:37 +00:00
parser Simplify a match. 2023-08-17 09:06:03 +10:00
errors.rs Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser 2023-08-04 07:25:45 +02:00
lib.rs Add internal_features lint 2023-08-03 14:50:50 +02:00
validate_attr.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00