]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-20261.stderr
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-20261.stderr
index 6cdddcff9291326be0863a5b2a0db157f59cc91b..c6c3f32dfe7d8f3a8a8f8fe6a578dd16acc9bb24 100644 (file)
@@ -1,5 +1,5 @@
-error[E0282]: type annotations needed
-  --> $DIR/issue-20261.rs:14:11
+error[E0282]: type annotations needed for `&(_,)`
+  --> $DIR/issue-20261.rs:4:11
    |
 LL |     for (ref i,) in [].iter() {
    |                     --------- the element type for this iterator is not specified