diff --git a/tests/ui/no-attribute-macro.stderr b/tests/ui/no-attribute-macro.stderr index cb15522..6ed542e 100644 --- a/tests/ui/no-attribute-macro.stderr +++ b/tests/ui/no-attribute-macro.stderr @@ -4,7 +4,7 @@ error[E0038]: the trait `Trait` cannot be made into an object 12 | let _: &dyn Trait; | ^^^^^^^^^^ `Trait` cannot be made into an object | -note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit +note: for a trait to be "dyn-compatible" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit --> tests/ui/no-attribute-macro.rs:2:14 | 1 | pub trait Trait {