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 8527a9b commit 0a95e89Copy full SHA for 0a95e89
compiler/src/dotty/tools/dotc/cc/CaptureSet.scala
@@ -159,7 +159,7 @@ sealed abstract class CaptureSet extends Showable:
159
*/
160
def accountsFor(x: CaptureRef)(using Context): Boolean =
161
if comparer.isInstanceOf[ExplainingTypeComparer] then // !!! DEBUG
162
- reporting.trace.force(i"$this accountsFor $x, ${x.captureSetOfInfo}?", show = true):
+ reporting.trace(i"$this accountsFor $x, ${x.captureSetOfInfo}?", show = true):
163
elems.exists(_.subsumes(x))
164
|| !x.isMaxCapability && x.captureSetOfInfo.subCaptures(this, frozen = true).isOK
165
else
0 commit comments