We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cf019 commit 66bc77eCopy full SHA for 66bc77e
testcrate/tests/addsub.rs
@@ -53,7 +53,7 @@ mod int_addsub {
53
if add0 != add1 || i32::from(add_o0) != add_o1 {
54
panic!(
55
"{}({}, {}): std: {:?}, builtins: {:?}",
56
- stringify!($fn_add), x, y, (add0, add_o0) , (add1, add_o1)
+ stringify!($fn_add), x, y, (add0, add_o0), (add1, add_o1)
57
);
58
}
59
if sub0 != sub1 || i32::from(sub_o0) != sub_o1 {
0 commit comments