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 72954eb commit 2d51401Copy full SHA for 2d51401
compiler/src/dotty/tools/dotc/core/TypeErrors.scala
@@ -205,7 +205,7 @@ object CyclicReference:
205
private def isTraced(using Context) =
206
ctx.property(CyclicReference.Trace).isDefined
207
208
- private def pushTrace(info: Context ?=> String)(using Context): Unit =
+ private def pushTrace(info: TraceElement)(using Context): Unit =
209
for buf <- ctx.property(CyclicReference.Trace) do
210
buf += info
211
0 commit comments