Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-10-31
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 31, 2023
1 parent 265979b commit 5f04108
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ui/no-attribute-macro.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ note: for a trait to be "object safe" it needs to allow building a vtable to all
2 | async fn method(&self);
| ^^^^^^ ...because method `method` is `async`
= help: consider moving `method` to another trait
= help: only type `Struct` is seen to implement the trait in this crate, consider using it directly instead
= note: `Trait` can be implemented in other crates; if you want to support your users passing their own types here, you can't refer to a specific type

0 comments on commit 5f04108

Please sign in to comment.