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 987bfab commit f8b9f3fCopy full SHA for f8b9f3f
compiler/src/dotty/tools/dotc/transform/Staging.scala
@@ -72,7 +72,7 @@ class Staging extends MacroTransform {
72
}
73
74
override def run(implicit ctx: Context): Unit =
75
- /*if (ctx.compilationUnit.needsStaging)*/ super.run(freshStagingContext)
+ if (ctx.compilationUnit.needsStaging) super.run(freshStagingContext)
76
77
protected def newTransformer(implicit ctx: Context): Transformer = new Transformer {
78
override def transform(tree: tpd.Tree)(implicit ctx: Context): tpd.Tree =
0 commit comments