]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/arg-count-mismatch.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / arg-count-mismatch.stderr
index 699e36f3472d632b2e95e482fa56d03f5dc2330d..44f160413636a2013bae70c1a8fc0437aac70e70 100644 (file)
@@ -1,5 +1,5 @@
 error[E0061]: this function takes 1 parameter but 0 parameters were supplied
-  --> $DIR/arg-count-mismatch.rs:15:28
+  --> $DIR/arg-count-mismatch.rs:5:28
    |
 LL | fn f(x: isize) { }
    | -------------- defined here