Skip to content

Commit

Permalink
Update ui test suite to nightly-2025-02-01
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 1, 2025
1 parent b33a4b2 commit f1b4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/no-attribute-macro.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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>
--> tests/ui/no-attribute-macro.rs:2:14
|
1 | pub trait Trait {
Expand Down

0 comments on commit f1b4d3c

Please sign in to comment.