mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
974caaff8f
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.