summaryrefslogtreecommitdiffstats
path: root/tests/ui/lang-items/start_lang_item_args.too_many_args.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lang-items/start_lang_item_args.too_many_args.stderr')
-rw-r--r--tests/ui/lang-items/start_lang_item_args.too_many_args.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/lang-items/start_lang_item_args.too_many_args.stderr b/tests/ui/lang-items/start_lang_item_args.too_many_args.stderr
index 085d4b1f2..8570d96fc 100644
--- a/tests/ui/lang-items/start_lang_item_args.too_many_args.stderr
+++ b/tests/ui/lang-items/start_lang_item_args.too_many_args.stderr
@@ -13,6 +13,6 @@ LL | | ) -> isize {
= note: expected signature `fn(fn() -> T, isize, *const *const u8, u8) -> _`
found signature `fn(fn() -> T, isize, *const *const u8, u8, ()) -> _`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.