summaryrefslogtreecommitdiffstats
path: root/tests/ui/cross/cross-borrow-trait.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/cross/cross-borrow-trait.stderr')
-rw-r--r--tests/ui/cross/cross-borrow-trait.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/cross/cross-borrow-trait.stderr b/tests/ui/cross/cross-borrow-trait.stderr
index 81f309eae..4f5af1066 100644
--- a/tests/ui/cross/cross-borrow-trait.stderr
+++ b/tests/ui/cross/cross-borrow-trait.stderr
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
--> $DIR/cross-borrow-trait.rs:10:26
|
LL | let _y: &dyn Trait = x;
- | ---------- ^ expected `&dyn Trait`, found struct `Box`
+ | ---------- ^ expected `&dyn Trait`, found `Box<dyn Trait>`
| |
| expected due to this
|