We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3840628 commit 6b5dda5Copy full SHA for 6b5dda5
library/src/scala/runtime/quoted/Runner.scala
@@ -3,7 +3,7 @@ package scala.runtime.quoted
3
import scala.annotation.implicitNotFound
4
import scala.quoted.Expr
5
6
-@implicitNotFound("Could not find implicit Runner. Default runner can must be imported with `import dotty.tools.dotc.quoted.Runners._`")
+@implicitNotFound("Could not find implicit Runner. Default runner can be imported with `import dotty.tools.dotc.quoted.Runners._`")
7
trait Runner[T] {
8
def run(expr: Expr[T]): T
9
def show(expr: Expr[T]): String
0 commit comments