Skip to content

Commit d25a615

Browse files
committed
Remove existentials and higherKinds features for dotty builds
1 parent 8175679 commit d25a615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bench/profiles/projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ charts:
2626

2727
scripts:
2828
dotty:
29-
- measure -feature -deprecation -unchecked -Xfatal-warnings -encoding UTF8 -language:existentials,higherKinds,implicitConversions -Yexplicit-nulls -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
29+
- measure -feature -deprecation -unchecked -Xfatal-warnings -encoding UTF8 -language:implicitConversions -Yexplicit-nulls -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
3030

3131
re2s:
3232
- measure $(find $PROG_HOME/tests/re2s/src -name *.scala)

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ object Build {
171171
"-unchecked",
172172
"-Xfatal-warnings",
173173
"-encoding", "UTF8",
174-
"-language:existentials,higherKinds,implicitConversions"
174+
"-language:implicitConversions"
175175
),
176176

177177
(Compile / compile / javacOptions) ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"),

0 commit comments

Comments
 (0)