about summary refs log tree commit diff
path: root/tests/ui/associated-item
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2025-01-22 05:14:07 +0100
committerLeón Orell Valerian Liehr <me@fmease.dev>2025-01-26 21:20:31 +0100
commit57b5d3af620345c16d5450c9532ee99873995323 (patch)
tree56f585a9dcebe986112b5b8800f756bc34f7cde6 /tests/ui/associated-item
parent01a26c026ddd9f0da0307468b07b003b8759fc4a (diff)
downloadrust-57b5d3af620345c16d5450c9532ee99873995323.tar.gz
rust-57b5d3af620345c16d5450c9532ee99873995323.zip
Compiler: Finalize dyn compatibility renaming
Diffstat (limited to 'tests/ui/associated-item')
-rw-r--r--tests/ui/associated-item/issue-48027.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/associated-item/issue-48027.stderr b/tests/ui/associated-item/issue-48027.stderr
index 1baaefd7720..513961e2bd0 100644
--- a/tests/ui/associated-item/issue-48027.stderr
+++ b/tests/ui/associated-item/issue-48027.stderr
@@ -5,7 +5,7 @@ LL | impl dyn Bar {}
    |      ^^^^^^^ `Bar` is not dyn compatible
    |
 note: for a trait to be dyn compatible it needs to allow building a vtable
-      for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
+      for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility>
   --> $DIR/issue-48027.rs:2:11
    |
 LL | trait Bar {