about summary refs log tree commit diff
path: root/tests/ui/kindck/kindck-send-object1.stderr
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2023-05-03 19:27:29 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2023-05-03 20:09:10 +0300
commit6f6c379ee065d65fb8121db46bf5b0fbcdcb905c (patch)
tree71b39efda51aed1c40f2776a0556b55ba03cc05e /tests/ui/kindck/kindck-send-object1.stderr
parent82cd953c7c43e64dae6f705ce2f07b291f0e22e3 (diff)
downloadrust-6f6c379ee065d65fb8121db46bf5b0fbcdcb905c.tar.gz
rust-6f6c379ee065d65fb8121db46bf5b0fbcdcb905c.zip
rustc_middle: Fix `opt_item_ident` for non-local def ids
Diffstat (limited to 'tests/ui/kindck/kindck-send-object1.stderr')
-rw-r--r--tests/ui/kindck/kindck-send-object1.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/kindck/kindck-send-object1.stderr b/tests/ui/kindck/kindck-send-object1.stderr
index 19ef4f6fc68..269193f73b4 100644
--- a/tests/ui/kindck/kindck-send-object1.stderr
+++ b/tests/ui/kindck/kindck-send-object1.stderr
@@ -20,7 +20,8 @@ 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>`
+note: required because it appears within the type `Box<dyn Dummy>`
+  --> $SRC_DIR/alloc/src/boxed.rs:LL:COL
 note: required by a bound in `assert_send`
   --> $DIR/kindck-send-object1.rs:5:18
    |