We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 263eada + e8dd5be commit 4a11252Copy full SHA for 4a11252
compiler/src/dotty/tools/dotc/report.scala
@@ -79,6 +79,7 @@ object report:
79
val fullPos = addInlineds(pos)
80
ctx.reporter.report(new StickyError(ex.toMessage, fullPos))
81
if ctx.settings.YdebugError.value then Thread.dumpStack()
82
+ if ctx.settings.YdebugTypeError.value then ex.printStackTrace()
83
84
def errorOrMigrationWarning(msg: Message, pos: SrcPos, from: SourceVersion)(using Context): Unit =
85
if sourceVersion.isAtLeast(from) then
0 commit comments