We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33a4b2 commit f1b4d3cCopy full SHA for f1b4d3c
tests/ui/no-attribute-macro.stderr
@@ -5,7 +5,7 @@ error[E0038]: the trait `Trait` is not dyn compatible
5
| ^^^^^^^^^^ `Trait` is not dyn compatible
6
|
7
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>
+ for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility>
9
--> tests/ui/no-attribute-macro.rs:2:14
10
11
1 | pub trait Trait {
0 commit comments