Function rustc_target::spec::abi::lookup
source · pub fn lookup(name: &str) -> Result<Abi, AbiUnsupported>
Expand description
Returns the ABI with the given name (if any).
pub fn lookup(name: &str) -> Result<Abi, AbiUnsupported>
Returns the ABI with the given name (if any).