We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bc77e commit ce68bb9Copy full SHA for ce68bb9
testcrate/tests/addsub.rs
@@ -59,7 +59,7 @@ mod int_addsub {
59
if sub0 != sub1 || i32::from(sub_o0) != sub_o1 {
60
panic!(
61
"{}({}, {}): std: {:?}, builtins: {:?}",
62
- stringify!($fn_sub), x, y, (sub0, sub_o0) , (sub1, sub_o1)
+ stringify!($fn_sub), x, y, (sub0, sub_o0), (sub1, sub_o1)
63
);
64
}
65
});
0 commit comments