]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/associated-types/associated-types-issue-20346.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / associated-types / associated-types-issue-20346.stderr
index cebcae44fd00c3b1fd2119d7d69afdbf5b97c58a..8f2b760840c080eb9a7d5738cc091ad829505179 100644 (file)
@@ -2,7 +2,7 @@ error[E0271]: type mismatch resolving `<Adapter<I> as Iterator>::Item == std::op
   --> $DIR/associated-types-issue-20346.rs:34:5
    |
 LL | fn is_iterator_of<A, I: Iterator<Item=A>>(_: &I) {}
-   |    --------------                ------ required by this bound in `is_iterator_of`
+   |                                  ------ required by this bound in `is_iterator_of`
 ...
 LL | fn test_adapter<T, I: Iterator<Item=Option<T>>>(it: I) {
    |                 - this type parameter