Skip to content

feat: Turn experimental options into -Z unstable flags and options#19

Merged
zalanlevai merged 1 commit into
mainfrom
cli-unstable
Jul 13, 2026
Merged

feat: Turn experimental options into -Z unstable flags and options#19
zalanlevai merged 1 commit into
mainfrom
cli-unstable

Conversation

@zalanlevai

Copy link
Copy Markdown
Owner

This PR introduces a similar system for unstable, experimental options and flags as Cargo has, which is similar to rustc's own. This replaces --Z* CLI options with -Z <FLAG> unstable flags, and the -Z unstable-options flag to enable the use of unstable options (either entire options or specific values).

This is modeled after rustc, and primarily Cargo.
@zalanlevai
zalanlevai marked this pull request as ready for review July 13, 2026 18:25
@zalanlevai
zalanlevai merged commit b141d2f into main Jul 13, 2026
3 checks passed
@zalanlevai
zalanlevai deleted the cli-unstable branch July 13, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant