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 a32b4b8 commit e1cf2c9Copy full SHA for e1cf2c9
compiler/src/dotty/tools/dotc/typer/Implicits.scala
@@ -310,9 +310,9 @@ object Implicits {
310
em"no implicit values were found that $qualify"
311
}
312
313
- object NoMatchingImplicits extends NoMatchingImplicits(NoType, tpd.EmptyTree)
+ @sharable object NoMatchingImplicits extends NoMatchingImplicits(NoType, tpd.EmptyTree)
314
315
- val NoMatchingImplicitsFailure: SearchFailure =
+ @sharable val NoMatchingImplicitsFailure: SearchFailure =
316
SearchFailure(NoMatchingImplicits)
317
318
/** An ambiguous implicits failure */
0 commit comments