]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/needless_for_each_unfixable.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / needless_for_each_unfixable.stderr
index f607e0a430e24f195850f3291db21f986a66e817..7893ff31a6fdb790c7b358471afd470e6ea13828 100644 (file)
@@ -19,7 +19,8 @@ LL +             return;
 LL +         } else {
 LL +             println!("{}", v);
 LL +         }
- ...
+LL +     }
+   |
 help: ...and replace `return` with `continue`
    |
 LL |             continue;