Skip to content

Commit ef08237

Browse files
committed
Update remaining comminity projects
1 parent b339dad commit ef08237

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
@@ -60,7 +60,7 @@ object Feature:
6060
(clauseInterleaving, "Enable clause interleaving"),
6161
(pureFunctions, "Enable pure functions for capture checking"),
6262
(captureChecking, "Enable experimental capture checking"),
63-
(into, "Allow into clauses in pattern matches")
63+
(into, "Allow into modifier on parameter types")
6464
)
6565

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

0 commit comments

Comments
 (0)