rustc --print unstable-features #77937
Labels
A-stability
Area: `#[stable]`, `#[unstable]` etc.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
It would be nice to have a
--print unstable-features
or-F help
, because an IDE would then be able to offer auto-completions for tailored for the user's toolchain.The best alternative today seems to be scraping the source code of https://doc.rust-lang.org/unstable-book/the-unstable-book.html.
The text was updated successfully, but these errors were encountered: