1
Fork 0

add a doc comment

This commit is contained in:
Ralf Jung 2025-02-15 08:21:27 +01:00 committed by GitHub
parent f3fa720352
commit 8769d03caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,6 +241,7 @@ impl<'tcx, M: Machine<'tcx>> InterpCx<'tcx, M> {
interp_ok(caller == callee)
}
/// Returns a `bool` saying whether the two arguments are ABI-compatible.
pub fn check_argument_compat(
&self,
caller_abi: &ArgAbi<'tcx, Ty<'tcx>>,