summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/cannot-call-unsized-via-ptr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/closures/cannot-call-unsized-via-ptr.stderr')
-rw-r--r--tests/ui/closures/cannot-call-unsized-via-ptr.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/closures/cannot-call-unsized-via-ptr.stderr b/tests/ui/closures/cannot-call-unsized-via-ptr.stderr
index 9ecc66d5c..7c73372e3 100644
--- a/tests/ui/closures/cannot-call-unsized-via-ptr.stderr
+++ b/tests/ui/closures/cannot-call-unsized-via-ptr.stderr
@@ -7,6 +7,6 @@ LL | let f: fn([u8]) = |_result| {};
= help: the trait `Sized` is not implemented for `[u8]`
= note: all function arguments must have a statically known size
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.