mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
621f2726fb
Use subtyping for `UnsafeFnPointer` coercion, too I overlooked this in #129059, which changed MIR typechecking to use subtyping for other fn pointer coercions. Fixes #129285