]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/question-mark-type-infer.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / question-mark-type-infer.stderr
index 53848ed0727726bf9be3193ea947b6f4bc57c4c6..c998bdc086f10dea4ce77552b08c3b0160708efa 100644 (file)
@@ -1,5 +1,5 @@
 error[E0284]: type annotations required: cannot resolve `<_ as std::ops::Try>::Ok == _`
-  --> $DIR/question-mark-type-infer.rs:22:5
+  --> $DIR/question-mark-type-infer.rs:12:5
    |
 LL |     l.iter().map(f).collect()? //~ ERROR type annotations required: cannot resolve
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^