]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/ok_expect.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / ok_expect.stderr
index 79b09b3fa8afc44b897fcc298574e6c032973a48..da2d3b9500fedc01a2c87f1897a459a04f875c87 100644 (file)
@@ -30,3 +30,5 @@ error: called `ok().expect()` on a Result value. You can call `expect` directly
 26 |     res6.ok().expect("meh");
    |     ^^^^^^^^^^^^^^^^^^^^^^^
 
+error: aborting due to 5 previous errors
+