about summary refs log tree commit diff
path: root/tests/ui/panic-handler/panic-handler-bad-signature-3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/panic-handler/panic-handler-bad-signature-3.stderr')
-rw-r--r--tests/ui/panic-handler/panic-handler-bad-signature-3.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/panic-handler/panic-handler-bad-signature-3.stderr b/tests/ui/panic-handler/panic-handler-bad-signature-3.stderr
index cdf55ab6534..6cd072c6396 100644
--- a/tests/ui/panic-handler/panic-handler-bad-signature-3.stderr
+++ b/tests/ui/panic-handler/panic-handler-bad-signature-3.stderr
@@ -7,6 +7,6 @@ LL | fn panic() -> ! {
    = note: expected signature `for<'a, 'b> fn(&'a PanicInfo<'b>) -> _`
               found signature `fn() -> _`
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0308`.