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 d109c0b commit 7e1734cCopy full SHA for 7e1734c
compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala
@@ -316,7 +316,7 @@ abstract class SymbolLoader extends LazyType {
316
}
317
try {
318
val start = currentTime
319
- if (ctx.settings.YdebugTrace.value)
+ if (Config.tracingEnabled && ctx.settings.YdebugTrace.value)
320
trace(s">>>> loading ${root.debugString}", _ => s"<<<< loaded ${root.debugString}") {
321
doComplete(root)
322
0 commit comments