]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #13339 - lowr:patch/change-generic-param-order, r=Veykril
authorbors <bors@rust-lang.org>
Mon, 3 Oct 2022 15:34:32 +0000 (15:34 +0000)
committerbors <bors@rust-lang.org>
Mon, 3 Oct 2022 15:34:32 +0000 (15:34 +0000)
fix: treat enum variants as generic item on their own

Fixup for #13335

It turns out I tried to merge two procedures into one utility function without noticing the incompatibility.

This time I *did* run analysis-stats on the four crates and confirmed it doesn't crash and this patch doesn't cause regression.


Trivial merge