rust/compiler/rustc_ast_pretty/src/pprust
Guillaume Gomez 6f9f17fc08
Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu
Change `AttrArgs::Eq` to a struct variant

Cleanups for simplifying https://github.com/rust-lang/rust/pull/131808

Basically changes `AttrArgs::Eq` to a struct variant and then avoids several matches on `AttrArgsEq` in favor of methods on it. This will make future refactorings simpler, as they can either keep methods or switch to field accesses without having to restructure code
2024-12-02 23:08:58 +01:00
..
state Eliminate magic numbers from expression precedence 2024-11-30 17:53:40 -08:00
mod.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
state.rs Change AttrArgs::Eq into a struct variant 2024-12-02 10:28:58 +00:00
tests.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00