mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
db505171a3
Check for intrinsic to fn ptr casts in unified coercions Fixes rust-lang/rust#149143 by ensuring that when coercing multiple expressions to a unified type, the same "intrinsic to fn ptr" check is applied as for other coercions.