remove outdated comment
This commit is contained in:
parent
26528b969f
commit
6c293d8101
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue