]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/arg-count-mismatch.rs
Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27
[rust.git] / src / test / ui / arg-count-mismatch.rs
index cf7487069c14a9f1557ccb67495da09faa2faa8a..18926f5daf71a7a91f8db9357c9d548421bf64f0 100644 (file)
@@ -1,4 +1,4 @@
-// error-pattern: parameters were supplied
+// error-pattern: arguments were supplied
 
 fn f(x: isize) { }