]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/shadowed-type-parameter.stderr
report the total number of errors on compilation failure
[rust.git] / src / test / ui / shadowed-type-parameter.stderr
index d77523299bc29c5cc2674b7b73abee5b54d358f4..a16a9c0244fb6dd18d1bb1a37cb0b258566387b1 100644 (file)
@@ -24,5 +24,5 @@ error[E0194]: type parameter `T` shadows another type parameter of the same name
 18 |     fn shadow_in_method<T>(&self) {}
    |                         ^ shadows another type parameter
 
-error: aborting due to previous error(s)
+error: aborting due to 3 previous errors