Skip to content

Commit 2bccfeb

Browse files
committed
Update ui test suite to nightly-2025-05-28
1 parent f9b2b21 commit 2bccfeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/no-attribute-macro.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
error[E0038]: the trait `Trait` is not dyn compatible
2-
--> tests/ui/no-attribute-macro.rs:12:12
2+
--> tests/ui/no-attribute-macro.rs:12:17
33
|
44
12 | let _: &dyn Trait;
5-
| ^^^^^^^^^^ `Trait` is not dyn compatible
5+
| ^^^^^ `Trait` is not dyn compatible
66
|
77
note: for a trait to be dyn compatible it needs to allow building a vtable
88
for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility>

0 commit comments

Comments
 (0)