]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Wed, 25 Jan 2023 11:31:41 +0000 (17:01 +0530)
committerGitHub <noreply@github.com>
Wed, 25 Jan 2023 11:31:41 +0000 (17:01 +0530)
commit9e6873f7888c64bbded5de761489c0a0f0df826b
tree641d879f17e6f386afe3c77d638a7447add8ca32
parentb36a8dcea3545eb8edb8967ac382d0ccaa4d4023
parent0a03d1c9cafde0ada19b4fab0f3d6892cb154fd8
Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum

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.