]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/let_unit.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / let_unit.stderr
index 13ec11a6d33e9a9c12cc06f9a8e37facaab385f3..45bf67acdb7361b20bea1636c0c8d3477eb8d3c3 100644 (file)
@@ -32,7 +32,8 @@ LL +         .map(|i| i * 2)
 LL +         .filter(|i| i % 2 == 0)
 LL +         .map(|_| ())
 LL +         .next()
- ...
+LL +         .unwrap();
+   |
 
 error: this let-binding has unit value
   --> $DIR/let_unit.rs:80:5