We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265979b commit 5f04108Copy full SHA for 5f04108
tests/ui/no-attribute-macro.stderr
@@ -12,3 +12,5 @@ note: for a trait to be "object safe" it needs to allow building a vtable to all
12
2 | async fn method(&self);
13
| ^^^^^^ ...because method `method` is `async`
14
= help: consider moving `method` to another trait
15
+ = help: only type `Struct` is seen to implement the trait in this crate, consider using it directly instead
16
+ = 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 commit comments