]> git.lizzy.rs Git - rust.git/blobdiff - clippy_tests/examples/drop_forget_ref.stderr
Fix the test suite after cargo update
[rust.git] / clippy_tests / examples / drop_forget_ref.stderr
index 47cd9a9a90333e92d98bf5352ee488cc886e08b3..b4d37a5994aebc8a78873cc1e7eda662190e4968 100644 (file)
@@ -232,8 +232,7 @@ note: argument has type &SomeStruct
 59 |     std::mem::forget(&SomeStruct);
    |                      ^^^^^^^^^^^
 
-error: aborting due to 18 previous errors
+error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.