Skip to content

Commit ff38c35

Browse files
committed
Coercions work now
1 parent 1a913a6 commit ff38c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/dyn-star/dyn-async-trait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl DynAsyncCounter for MyCounter {
2222
Box::pin(async {
2323
self.count += 1;
2424
self.count
25-
}) as dyn* Future<Output = _> // FIXME(dyn-star): coercion doesn't work here yet
25+
})
2626
}
2727
}
2828

0 commit comments

Comments
 (0)