summaryrefslogtreecommitdiffstats
path: root/tests/ui/kindck/kindck-send-object1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/kindck/kindck-send-object1.stderr')
-rw-r--r--tests/ui/kindck/kindck-send-object1.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/kindck/kindck-send-object1.stderr b/tests/ui/kindck/kindck-send-object1.stderr
index 11f597fee..19ef4f6fc 100644
--- a/tests/ui/kindck/kindck-send-object1.stderr
+++ b/tests/ui/kindck/kindck-send-object1.stderr
@@ -20,7 +20,7 @@ LL | assert_send::<Box<dyn Dummy + 'a>>();
|
= help: the trait `Send` is not implemented for `(dyn Dummy + 'a)`
= note: required for `Unique<(dyn Dummy + 'a)>` to implement `Send`
- = note: required because it appears within the type `Box<(dyn Dummy + 'a)>`
+ = note: required because it appears within the type `Box<dyn Dummy>`
note: required by a bound in `assert_send`
--> $DIR/kindck-send-object1.rs:5:18
|