Open
Description
Location
https://doc.rust-lang.org/nightly/unstable-book/compiler-flags.html
Summary
currently, we autogenerate stubs for lang and libs features (e.g. https://doc.rust-lang.org/nightly/unstable-book/language-features/explicit-tail-calls.html and https://doc.rust-lang.org/nightly/unstable-book/library-features/windows-process-extensions-force-quotes.html). but we don't do the same for rustc. it would be nice if we did, using -Z help
.
this will be non-trivial to implement because it requires bootstrap changes so that rustc is built before unstable-book-gen.
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCall for participation: Help is requested to fix this issue.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the compiler team, which will review and decide on the PR/issue.