]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lifetime-errors/ex1-return-one-existing-name-if-else-using-impl-3.stderr
report the total number of errors on compilation failure
[rust.git] / src / test / ui / lifetime-errors / ex1-return-one-existing-name-if-else-using-impl-3.stderr
index 15825017d15c3edd9aada9447f00ee275a5435e9..95076bfbdc7dae548671a589ad9336a8d2bc5b7f 100644 (file)
@@ -7,5 +7,5 @@ error[E0621]: explicit lifetime required in the type of `x`
 18 |     if true { &self.field } else { x }
    |                                    ^ lifetime `'a` required
 
-error: aborting due to previous error(s)
+error: aborting due to previous error