]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/methods.stderr
Auto merge of #6787 - matthiaskrgr:lint_msgs, r=llogiq
[rust.git] / tests / ui / methods.stderr
index bf4675966df088e92a6ba8c301a98c9b355a70f4..4643e09e2702835ac9803b6050b49f1ba7267171 100644 (file)
@@ -8,7 +8,7 @@ LL | |     }
    |
    = note: `-D clippy::new-ret-no-self` implied by `-D warnings`
 
-error: called `filter(..).next()` on an `Iterator`. This is more succinctly expressed by calling `.find(..)` instead.
+error: called `filter(..).next()` on an `Iterator`. This is more succinctly expressed by calling `.find(..)` instead
   --> $DIR/methods.rs:126:13
    |
 LL |       let _ = v.iter().filter(|&x| {
@@ -20,3 +20,5 @@ LL | |                    ).next();
    |
    = note: `-D clippy::filter-next` implied by `-D warnings`
 
+error: aborting due to 2 previous errors
+