Skip to content

Commit 5f04108

Browse files
committed
Update ui test suite to nightly-2023-10-31
1 parent 265979b commit 5f04108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/no-attribute-macro.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ note: for a trait to be "object safe" it needs to allow building a vtable to all
1212
2 | async fn method(&self);
1313
| ^^^^^^ ...because method `method` is `async`
1414
= 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

Comments
 (0)