summaryrefslogtreecommitdiffstats
path: root/tests/ui/transmutability/malformed-program-gracefulness
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/transmutability/malformed-program-gracefulness')
-rw-r--r--tests/ui/transmutability/malformed-program-gracefulness/unknown_dst.stderr2
-rw-r--r--tests/ui/transmutability/malformed-program-gracefulness/unknown_src.stderr2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/transmutability/malformed-program-gracefulness/unknown_dst.stderr b/tests/ui/transmutability/malformed-program-gracefulness/unknown_dst.stderr
index b4591778f..10e057ec1 100644
--- a/tests/ui/transmutability/malformed-program-gracefulness/unknown_dst.stderr
+++ b/tests/ui/transmutability/malformed-program-gracefulness/unknown_dst.stderr
@@ -9,6 +9,6 @@ help: you might be missing a type parameter
LL | fn should_gracefully_handle_unknown_dst<Dst>() {
| +++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0412`.
diff --git a/tests/ui/transmutability/malformed-program-gracefulness/unknown_src.stderr b/tests/ui/transmutability/malformed-program-gracefulness/unknown_src.stderr
index a55d71d80..a84d2726f 100644
--- a/tests/ui/transmutability/malformed-program-gracefulness/unknown_src.stderr
+++ b/tests/ui/transmutability/malformed-program-gracefulness/unknown_src.stderr
@@ -9,6 +9,6 @@ help: you might be missing a type parameter
LL | fn should_gracefully_handle_unknown_src<Src>() {
| +++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0412`.