Skip to content

Commit e96a8a8

Browse files
committed
print dbg
1 parent 7a5c639 commit e96a8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtins-test/benches/float_cmp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fn gt_res_eq(mut a: CmpResult, mut b: CmpResult) -> bool {
1313
//
1414
// This can be removed once a version of `compiler-builtins` with the return type fix makes
1515
// it upstream.
16+
dbg!(a, b, size_of::<CmpResult>());
1617
if size_of::<CmpResult>() == 64 {
17-
dbg!(a, b);
1818
a = (a as u32 as i32) as CmpResult;
1919
b = (b as u32 as i32) as CmpResult;
2020
}

0 commit comments

Comments
 (0)