about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-12-02 23:08:58 +0100
committerGitHub <noreply@github.com>2024-12-02 23:08:58 +0100
commit6f9f17fc08d9c3b1910b1d39f76a494d7524a2cc (patch)
treed2570dd613f0bd41349f4c3bf44ea10b7b595f6f /compiler/rustc_codegen_llvm/src
parent3586e4a326e923f9cbf2b724bb638b254a76407d (diff)
parentda182b6d95d4b8480045756a41270e43bc496c26 (diff)
downloadrust-6f9f17fc08d9c3b1910b1d39f76a494d7524a2cc.tar.gz
rust-6f9f17fc08d9c3b1910b1d39f76a494d7524a2cc.zip
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
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions