rust/compiler/rustc_attr_parsing/src
Matthias Krüger 540fb228af
Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann
Remove `name_or_empty`

Another step towards #137978.

r? ``@jdonszelmann``
2025-04-18 05:16:29 +02:00
..
attributes Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann 2025-04-18 05:16:29 +02:00
context.rs Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10: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