mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
fdfc7c0044
Use `search_for_cycle_permutation` to look for `variances_of` This uses `search_for_cycle_permutation` to look for `variances_of` in case `variances_of` is not the first query in the cycle. This may fix https://github.com/rust-lang/rust/issues/124423 and https://github.com/rust-lang/rust/issues/127971. r? `@oli-obk`