Skip to content

Commit 6a07b0a

Browse files
committed
Add notes for new features
1 parent b7fc5da commit 6a07b0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ object Feature:
6363
(clauseInterleaving, "Enable clause interleaving"),
6464
(pureFunctions, "Enable pure functions for capture checking"),
6565
(captureChecking, "Enable experimental capture checking"),
66-
(into, "Allow into modifier on parameter types")
66+
(into, "Allow into modifier on parameter types"),
67+
(namedTuples, "Allow named tuples"),
68+
(modularity, "Enable experimental modularity features"),
69+
(betterMatchTypeExtractors, "Enable better match type extractors")
6770
)
6871

6972
private def enabledLanguageFeaturesBySetting(using Context): List[String] =

0 commit comments

Comments
 (0)