summaryrefslogtreecommitdiff
path: root/tests/ui/kindck/kindck-send-owned.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/kindck/kindck-send-owned.stderr')
-rw-r--r--tests/ui/kindck/kindck-send-owned.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/kindck/kindck-send-owned.stderr b/tests/ui/kindck/kindck-send-owned.stderr
index b03f56465ce..dc1bb6206af 100644
--- a/tests/ui/kindck/kindck-send-owned.stderr
+++ b/tests/ui/kindck/kindck-send-owned.stderr
@@ -6,7 +6,8 @@ LL | assert_send::<Box<*mut u8>>();
|
= help: the trait `Send` is not implemented for `*mut u8`
= note: required for `Unique<*mut u8>` to implement `Send`
- = note: required because it appears within the type `Box<*mut u8>`
+note: required because it appears within the type `Box<*mut u8>`
+ --> $SRC_DIR/alloc/src/boxed.rs:LL:COL
note: required by a bound in `assert_send`
--> $DIR/kindck-send-owned.rs:3:18
|