mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
6bd1a6cd31
Fix ICE in next-solver TransmuteFrom candidate Treat TransmuteFrom goals with non-region inference variables as ambiguous before running transmutability, matching the old solver. Closes rust-lang/rust#153370 .