K2 CLI: minor, remove misleading warning

Light tree is used by default now, so it's no longer far from being
production-ready.
This commit is contained in:
Alexander Udalov
2023-06-19 23:46:39 +02:00
committed by Space Team
parent 8653992ffc
commit 530f533c84
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ where advanced options include:
Eliminate builder inference restrictions like allowance of returning type variables of a builder inference call
-Xuse-fir-extended-checkers Use extended analysis mode based on Front-end IR. Warning: this feature is far from being production-ready
-Xuse-fir-ic Compile using Front-end IR internal incremental compilation cycle. Warning: this feature is far from being production-ready
-Xuse-fir-lt Compile using LightTree parser with Front-end IR. Warning: this feature is far from being production-ready
-Xuse-fir-lt Compile using LightTree parser with Front-end IR
-Xuse-k2 Compile using experimental K2. K2 is a new compiler pipeline, no compatibility guarantees are yet provided
-Xuse-mixed-named-arguments Enable Support named arguments in their own position even if the result appears as mixed
-Xverbose-phases Be verbose while performing these backend phases