rustc_abi

Function is_stable

Source
pub fn is_stable(name: &str) -> Result<(), AbiDisabled>
Expand description

Returns whether the ABI is stable to use.

Note that there is a separate check determining whether the ABI is even supported on the current target; see fn is_abi_supported in rustc_target::spec.