mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-16 06:34:46 +00:00
This doesn't change behavior. It should prevent unintentional resolution of inference variables during canonicalization, which previously caused a soundness bug. See PR description for more.