]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/struct-literal-in-for.stderr
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / src / test / ui / parser / struct-literal-in-for.stderr
index 42f5f1e7e736da2ef81daf6dfc11a0f2d0d9ef74..fe9c113710c3c09f71508f7d0a14ff50977dbcdf 100644 (file)
@@ -24,6 +24,7 @@ LL | |     }.hi() {
    | |__________^ `bool` is not an iterator
    |
    = 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`
 
 error: aborting due to 2 previous errors