Skip to content

Commit f1b4d3c

Browse files
committed
Update ui test suite to nightly-2025-02-01
1 parent b33a4b2 commit f1b4d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/no-attribute-macro.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ error[E0038]: the trait `Trait` is not dyn compatible
55
| ^^^^^^^^^^ `Trait` is not dyn compatible
66
|
77
note: for a trait to be dyn compatible it needs to allow building a vtable
8-
for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
8+
for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility>
99
--> tests/ui/no-attribute-macro.rs:2:14
1010
|
1111
1 | pub trait Trait {

0 commit comments

Comments
 (0)