]> git.lizzy.rs Git - rust.git/blobdiff - clippy_tests/examples/eval_order_dependence.stderr
Fix the test suite after cargo update
[rust.git] / clippy_tests / examples / eval_order_dependence.stderr
index 3e7d8eb21a48782b79f7c88fcd602a8b0f02ee09..a9a4ff0caedac585c1d6aecc75fdee68015925fd 100644 (file)
@@ -50,8 +50,7 @@ note: whether read occurs before this write depends on evaluation order
 21 |         x += { x = 20; 2 };
    |                ^^^^^^
 
-error: aborting due to 4 previous errors
+error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.