summaryrefslogtreecommitdiffstats
path: root/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr')
-rw-r--r--tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr b/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr
index 59192a1ec..de92841d7 100644
--- a/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr
+++ b/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr
@@ -10,7 +10,7 @@ LL | || ) -> ()
LL | | {
LL | | loop {}
LL | | }
- | |__^ expected `&Layout`, found struct `Layout`
+ | |__^ expected `&Layout`, found `Layout`
|
note: function defined here
--> $DIR/alloc-error-handler-bad-signature-1.rs:10:4