Skip to content

Commit 97eef6e

Browse files
authoredMar 10, 2025
Drop betterMatchTypeExtractors from Feature (#22656)
We will not align this feature with what was done in #21686 and as indicated in the deprecation message of `scala.language.experimental.betternMatchTypeExtractors`
2 parents 2f639e2 + b458160 commit 97eef6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎compiler/src/dotty/tools/dotc/config/Feature.scala

-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ object Feature:
3535
val into = experimental("into")
3636
val namedTuples = experimental("namedTuples")
3737
val modularity = experimental("modularity")
38-
val betterMatchTypeExtractors = experimental("betterMatchTypeExtractors")
3938
val quotedPatternsWithPolymorphicFunctions = experimental("quotedPatternsWithPolymorphicFunctions")
4039
val betterFors = experimental("betterFors")
4140
val packageObjectValues = experimental("packageObjectValues")
@@ -66,7 +65,6 @@ object Feature:
6665
(into, "Allow into modifier on parameter types"),
6766
(namedTuples, "Allow named tuples"),
6867
(modularity, "Enable experimental modularity features"),
69-
(betterMatchTypeExtractors, "Enable better match type extractors"),
7068
(betterFors, "Enable improvements in `for` comprehensions")
7169
)
7270

0 commit comments

Comments
 (0)