We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a913a6 commit ff38c35Copy full SHA for ff38c35
src/test/ui/dyn-star/dyn-async-trait.rs
@@ -22,7 +22,7 @@ impl DynAsyncCounter for MyCounter {
22
Box::pin(async {
23
self.count += 1;
24
self.count
25
- }) as dyn* Future<Output = _> // FIXME(dyn-star): coercion doesn't work here yet
+ })
26
}
27
28
0 commit comments