]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/needless_bool.stderr
Update changed ui tests
[rust.git] / tests / ui / needless_bool.stderr
index a25b34bfaafacf319b4e16bed8ed2d1805b224b7..63e0632445f69429278ad1650900a97e09701bb9 100644 (file)
@@ -66,3 +66,5 @@ error: this if-then-else expression returns a bool literal
 50 |     if x && y { return false } else { return true };
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can reduce it to: `return !(x && y)`
 
+error: aborting due to 11 previous errors
+