akka/akka-http

Make sure we have @implicitnotfound annotations in all relevant places

Open

#2,064 opened on Jun 12, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (1,311 stars) (598 forks)batch import
1 - triagedhelp wanted

Description

To make sure the compiler can give a more useful error message in case of missing implicits.

(Unfortunately this will still not help when implicit conversions themselves depend on implicit values)

Contributor guide