Skip to content

Commit f27010f

Browse files
committed
Disable LambdaLift
to get a working baseline build
1 parent 6eeb8c6 commit f27010f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotty/tools/dotc/Compiler.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class Compiler {
5353
new Literalize,
5454
new GettersSetters),
5555
List(new Erasure),
56-
List(new CapturedVars, new Constructors),
57-
List(new LambdaLift)
56+
List(new CapturedVars, new Constructors)/*,
57+
List(new LambdaLift)*/
5858
)
5959

6060
var runId = 1

0 commit comments

Comments
 (0)