Add @implicitNotFound
for Result.ToFuture
with more helpful message
#434
Labels
area/core
The SDK's core code
impact/usability
Something that impacts users' ability to use the product easily and intuitively
size/S
Estimated effort to complete (1-2 days).
Milestone
The default compiler error can be quite puzzling without the knowledge about the implementation details, e.g.:
in this case the compiler expected an
Output[B]
but got anOption[Output[B]]
The text was updated successfully, but these errors were encountered: