]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issue-22644.stderr
report the total number of errors on compilation failure
[rust.git] / src / test / ui / issue-22644.stderr
index a22496357d9915f12528a5839f563744fdfff490..22c16ada05de468757a87ec79f787039a724def9 100644 (file)
@@ -20,5 +20,5 @@ error: `<` is interpreted as a start of generic arguments for `usize`, not a com
 help: if you want to compare the casted value then write:
    |     println!("{}", (a as usize) < 4);
 
-error: aborting due to previous error(s)
+error: aborting due to 2 previous errors