about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/terminator.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2024-07-22 22:06:16 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2024-07-28 14:46:29 -0400
commit5eca36d27a5599f1e15885cd36d6559d36048cd3 (patch)
tree2af1e3f3bad75e3335ea0642755f2849e9686b9e /compiler/rustc_const_eval/src/interpret/terminator.rs
parentfceb0863d8e5b01fe9c315e5b52e2c7a862dd85e (diff)
downloadrust-5eca36d27a5599f1e15885cd36d6559d36048cd3.tar.gz
rust-5eca36d27a5599f1e15885cd36d6559d36048cd3.zip
step cfg(bootstrap)
Diffstat (limited to 'compiler/rustc_const_eval/src/interpret/terminator.rs')
-rw-r--r--compiler/rustc_const_eval/src/interpret/terminator.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_const_eval/src/interpret/terminator.rs b/compiler/rustc_const_eval/src/interpret/terminator.rs
index 56d3dc94104..f996d361276 100644
--- a/compiler/rustc_const_eval/src/interpret/terminator.rs
+++ b/compiler/rustc_const_eval/src/interpret/terminator.rs
@@ -440,8 +440,7 @@ impl<'tcx, M: Machine<'tcx>> InterpCx<'tcx, M> {
         } else {
             trace!(
                 "check_argument_compat: incompatible ABIs:\ncaller: {:?}\ncallee: {:?}",
-                caller_abi,
-                callee_abi
+                caller_abi, callee_abi
             );
             return Ok(false);
         }