rust/library
Arpad Borsos 9f03cfc207
Remove identity_future indirection
This was previously needed because the indirection used to hide some unexplained lifetime errors, which it turned out were related to the `min_choice` algorithm.

Removing the indirection also solves a couple of cycle errors, large moves and makes async blocks support the `#[track_caller]` annotation.
2023-03-08 15:37:14 +01:00
..
2023-03-08 15:37:14 +01:00
2023-01-21 22:06:42 -05:00
2022-12-29 11:22:13 +01:00
2023-02-24 20:45:00 +03:00