From 7553de350eb6148cce3dd737b3445bd8e5d46508 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 28 Sep 2024 19:24:56 -0700 Subject: [PATCH] Update ui test suite to nightly-2024-09-29 --- tests/ui/no-attribute-macro.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {