mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +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.