]> git.lizzy.rs Git - rust.git/blobdiff - clippy_tests/examples/zero_div_zero.stderr
Fix the test suite after cargo update
[rust.git] / clippy_tests / examples / zero_div_zero.stderr
index 04605a786d0701cadb4d58cc78fec3d8ac8e3a73..b2a7194ac0fe1a615984a2271edef6a3d6215c6b 100644 (file)
@@ -66,8 +66,7 @@ error: constant division of 0.0 with 0.0 will always result in NaN
    = note: `-D zero-divided-by-zero` implied by `-D warnings`
    = help: Consider using `std::f64::NAN` if you would like a constant representing NaN
 
-error: aborting due to 8 previous errors
+error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.