]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/configs-fn_call_style-block-trailing-comma.rs
Cargo fmt and update tests
[rust.git] / tests / source / configs-fn_call_style-block-trailing-comma.rs
index 6f613fb10bb4a656394ef920c3ddb5475d066bde..ad813f6b98ae5ae3baf661f6a8b2779a7a92785c 100644 (file)
@@ -4,5 +4,5 @@
 // rustfmt should not add trailing comma when rewriting macro. See #1528.
 fn a() {
     panic!("this is a long string that goes past the maximum line length causing rustfmt to insert a comma here:");
-    foo(oooptoptoptoptptooptoptoptoptptooptoptoptoptptoptoptoptoptpt());
+    foo(a, oooptoptoptoptptooptoptoptoptptooptoptoptoptptoptoptoptoptpt());
 }