Skip to content

Commit b7fc5da

Browse files
committed
Update remaining comminity projects
1 parent 3264081 commit b7fc5da

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ 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 clauses in pattern matches")
66+
(into, "Allow into modifier on parameter types")
6767
)
6868

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

0 commit comments

Comments
 (0)