error[E0698]: type inside async
object must be known in this context
#2
Labels
bug
Something isn't working
async
object must be known in this context
#2
This code works:
However if I want to reduce the number of angle brackets, this won't work:
But this will work:
Why? Is it a desired behavior? Also I'd like to reduce angle brackets in the result type, but I failed...
The text was updated successfully, but these errors were encountered: