rust/compiler/rustc_attr_parsing/src/attributes
Nicholas Nethercote 603766cd72 Avoid some unwraps.
By using `@` patterns more.

Also, use `Symbol` more in a couple of errors to avoid some unnecessary
conversions to strings. This even removes a lifetime.
2025-05-07 12:56:44 +10:00
..
allow_unstable.rs Eliminate word_or_empty methods. 2025-05-07 12:56:41 +10:00
cfg.rs Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann 2025-04-18 05:16:29 +02:00
confusables.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
deprecation.rs Eliminate word_or_empty methods. 2025-05-07 12:56:41 +10:00
mod.rs Remove #[rustc_macro_edition_2021]. 2025-04-20 11:15:46 +02:00
repr.rs Avoid some unwraps. 2025-05-07 12:56:44 +10:00
stability.rs Eliminate word_or_empty methods. 2025-05-07 12:56:41 +10:00
transparency.rs hygiene: Rename semi-transparent to semi-opaque 2025-03-31 15:41:48 +03:00
util.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00