mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:07:03 +00:00
Pass FnAbi to find_mir_or_eval_fn https://github.com/rust-lang/miri/issues/4013 needs information from ``FnAbi``, hence it is passed to ``find_mir_or_eval_fn``. r? `@RalfJung`