1
Fork 0

remove outdated comment

This commit is contained in:
Ralf Jung 2019-07-14 12:23:52 +02:00
parent 26528b969f
commit 6c293d8101

View file

@ -280,7 +280,6 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
_ => bug!("unexpected callee ty: {:?}", instance_ty), _ => bug!("unexpected callee ty: {:?}", instance_ty),
} }
}; };
// Rust and RustCall are compatible
let normalize_abi = |abi| match abi { let normalize_abi = |abi| match abi {
Abi::Rust | Abi::RustCall | Abi::RustIntrinsic | Abi::PlatformIntrinsic => Abi::Rust | Abi::RustCall | Abi::RustIntrinsic | Abi::PlatformIntrinsic =>
// These are all the same ABI, really. // These are all the same ABI, really.