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 b010fad commit 9c5a814Copy full SHA for 9c5a814
compiler/src/dotty/tools/dotc/typer/Implicits.scala
@@ -1346,8 +1346,6 @@ trait Implicits:
1346
case fail: SearchFailure =>
1347
if fail eq ImplicitSearchTooLargeFailure then
1348
fail
1349
- else if fail.isAmbiguous then
1350
- rank(remaining, found, NoMatchingImplicitsFailure :: rfailures)
1351
else rank(remaining, found, fail :: rfailures)
1352
case best: SearchSuccess =>
1353
if (ctx.mode.is(Mode.ImplicitExploration) || isCoherent)
0 commit comments