Skip to content

Commit 7a5c639

Browse files
committed
print dbg
1 parent f7888dd commit 7a5c639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtins-test/benches/float_cmp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fn gt_res_eq(mut a: CmpResult, mut b: CmpResult) -> bool {
1414
// This can be removed once a version of `compiler-builtins` with the return type fix makes
1515
// it upstream.
1616
if size_of::<CmpResult>() == 64 {
17+
dbg!(a, b);
1718
a = (a as u32 as i32) as CmpResult;
1819
b = (b as u32 as i32) as CmpResult;
1920
}

0 commit comments

Comments
 (0)