summaryrefslogtreecommitdiff
path: root/tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr')
-rw-r--r--tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr b/tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr
index 8d45748a6c4..29495176556 100644
--- a/tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr
+++ b/tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr
@@ -46,8 +46,7 @@ LL | trait Foo : Copy {
| --- ^^^^ ...because it requires `Self: Sized`
| |
| this trait cannot be made into an object...
- = note: required for `&Box<{integer}>` to implement `CoerceUnsized<&dyn Foo>`
- = note: required by cast to type `&dyn Foo`
+ = note: required for the cast from `&Box<{integer}>` to `&dyn Foo`
error: aborting due to 3 previous errors