summaryrefslogtreecommitdiffstats
path: root/tests/ui/coercion/coercion-slice.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coercion/coercion-slice.stderr')
-rw-r--r--tests/ui/coercion/coercion-slice.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coercion/coercion-slice.stderr b/tests/ui/coercion/coercion-slice.stderr
index 42dc954ff..c7b856a57 100644
--- a/tests/ui/coercion/coercion-slice.stderr
+++ b/tests/ui/coercion/coercion-slice.stderr
@@ -4,7 +4,7 @@ error[E0308]: mismatched types
LL | let _: &[i32] = [0];
| ------ ^^^
| | |
- | | expected `&[i32]`, found array `[{integer}; 1]`
+ | | expected `&[i32]`, found `[{integer}; 1]`
| | help: consider borrowing here: `&[0]`
| expected due to this