]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/overloaded-calls-nontuple.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / overloaded-calls-nontuple.stderr
index 78b86889553f60149be4ac614da7c2705bc4486b..31b5697addaf8f57a9fcaea6b8bea904ba3ebf89 100644 (file)
@@ -1,5 +1,5 @@
 error[E0059]: cannot use call notation; the first type parameter for the function trait is neither a tuple nor unit
-  --> $DIR/overloaded-calls-nontuple.rs:36:10
+  --> $DIR/overloaded-calls-nontuple.rs:26:10
    |
 LL |     drop(s(3))  //~ ERROR cannot use call notation
    |          ^^^^