add a doc comment
This commit is contained in:
parent
f3fa720352
commit
8769d03caf
1 changed files with 1 additions and 0 deletions
|
@ -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>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue