]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #105362 - WaffleLapkin:🙅, r=oli-obk
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 6 Dec 2022 15:54:56 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2022 15:54:56 +0000 (16:54 +0100)
Cleanup macro-expanded code in `rustc_type_ir`

We could of course just leave this as-is, but every time I go-to-def to this file it's painful to see all this `(&A(ref __self_1_0),)` stuff.


Trivial merge