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 c8398e8 commit fb919a5Copy full SHA for fb919a5
compiler/src/dotty/tools/dotc/Compiler.scala
@@ -44,7 +44,7 @@ class Compiler {
44
/** Phases dealing with TASTY tree pickling and unpickling */
45
protected def picklerPhases: List[List[Phase]] =
46
List(new Pickler) :: // Generate TASTY info
47
- List(new Staging) :: // Turn quoted trees into explicit run-time data structures
+ List(new Staging) :: // Expand macros and turn quoted trees into explicit run-time data structures
48
Nil
49
50
/** Phases dealing with the transformation from pickled trees to backend trees */
0 commit comments