]> git.lizzy.rs Git - rust.git/blobdiff - clippy_tests/examples/needless_pass_by_value.stderr
Fix the test suite after cargo update
[rust.git] / clippy_tests / examples / needless_pass_by_value.stderr
index b3c8d8f2d2817f08be30bb56b3b9d8fd3ed7d535..2f54b82d00eb848188d952040eea0581997a083e 100644 (file)
@@ -62,8 +62,7 @@ help: consider taking a reference instead
    |     let Wrapper(ref t) = *y; // not moved
    |     let Wrapper(_) = *y; // still not moved
 
-error: aborting due to 7 previous errors
+error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.