Skip to content

Commit 8769d03

Browse files
authored
add a doc comment
1 parent f3fa720 commit 8769d03

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_const_eval/src/interpret

1 file changed

+1
-0
lines changed

compiler/rustc_const_eval/src/interpret/call.rs

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ impl<'tcx, M: Machine<'tcx>> InterpCx<'tcx, M> {
241241
interp_ok(caller == callee)
242242
}
243243

244+
/// Returns a `bool` saying whether the two arguments are ABI-compatible.
244245
pub fn check_argument_compat(
245246
&self,
246247
caller_abi: &ArgAbi<'tcx, Ty<'tcx>>,

0 commit comments

Comments
 (0)