rust/compiler/rustc_attr_parsing/src
Nicholas Nethercote 1830245a22 Remove recursion_limit increases.
These are no longer needed now that `Nonterminal` is gone.
2025-04-02 16:25:27 +11:00
..
attributes Avoid kw::Empty when dealing with rustc_allowed_through_unstable_modules. 2025-03-25 16:48:03 +11:00
context.rs Remove TokenStream::flattened and InvisibleOrigin::FlattenToken. 2025-04-02 16:16:51 +11:00
lib.rs Remove recursion_limit increases. 2025-04-02 16:25:27 +11:00
parser.rs Remove NtBlock, Nonterminal, and TokenKind::Interpolated. 2025-04-02 16:07:02 +11:00
session_diagnostics.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00