mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 02:00:36 +00:00
Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0 Two locations check whether this build-time environment variable is defined. Allowing it to be explicitly disabled with a "0" value is useful, especially for integrating with external build systems.