mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 02:16:14 +00:00
`GenKillAnalysis` has very similar methods to `Analysis`, but the first two have a notable difference: the second argument is `&mut impl GenKill<Self::Idx>` instead of `&mut Self::Domain`. But thanks to the previous commit, this difference is no longer necessary.