rustc_monomorphize::mono_checks

Module abi_check

Source
Expand description

This module ensures that if a function’s ABI requires a particular target feature, that target feature is enabled both on the callee and all callers.

Functions§