softwaremill/retry

Success implicitNotFound should print the type not found

softprops opened this issue · 0 comments

this
should be something more like

@implicitNotFound(
  "Cannot find an implicit retry.Success for the given type of Future[${T}], either require one yourself or import retry.Success._")