]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/struct-literal-in-for.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / parser / struct-literal-in-for.stderr
index fe9c113710c3c09f71508f7d0a14ff50977dbcdf..5c229431ad34cc2c0edb378e30498ba04142a37d 100644 (file)
@@ -25,7 +25,11 @@ LL | |     }.hi() {
    |
    = help: the trait `Iterator` is not implemented for `bool`
    = note: required because of the requirements on the impl of `IntoIterator` for `bool`
-   = note: required by `into_iter`
+note: required by `into_iter`
+  --> $SRC_DIR/core/src/iter/traits/collect.rs:LL:COL
+   |
+LL |     fn into_iter(self) -> Self::IntoIter;
+   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to 2 previous errors