From f1b4d3cac4a35e9d7f8e12a9eaacd88f638be16c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 31 Jan 2025 18:19:07 -0800 Subject: [PATCH] Update ui test suite to nightly-2025-02-01 --- 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 c04627f..e58f769 100644 --- a/tests/ui/no-attribute-macro.stderr +++ b/tests/ui/no-attribute-macro.stderr @@ -5,7 +5,7 @@ error[E0038]: the trait `Trait` is not dyn compatible | ^^^^^^^^^^ `Trait` is not dyn compatible | note: for a trait to be dyn compatible it needs to allow building a vtable - for more information, visit + for more information, visit --> tests/ui/no-attribute-macro.rs:2:14 | 1 | pub trait Trait {