mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 21:57:41 +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`