about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/unstable.rs
diff options
context:
space:
mode:
authorclubby789 <jamie@hill-daniel.co.uk>2025-03-18 01:01:15 +0000
committerclubby789 <jamie@hill-daniel.co.uk>2025-04-03 18:10:48 +0000
commit984c51f6a1d93fa244829f488d2945e7fc06b880 (patch)
tree896ab18075e3aa3bbab36d23f7fa86c938c2832f /compiler/rustc_feature/src/unstable.rs
parent946aea0b3d9f43e57953ce5094d8e4a2a244ce71 (diff)
downloadrust-984c51f6a1d93fa244829f488d2945e7fc06b880.tar.gz
rust-984c51f6a1d93fa244829f488d2945e7fc06b880.zip
Stabilize `cfg_boolean_literals`
Diffstat (limited to 'compiler/rustc_feature/src/unstable.rs')
-rw-r--r--compiler/rustc_feature/src/unstable.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs
index 87b88bb4223..6ead07ac0ff 100644
--- a/compiler/rustc_feature/src/unstable.rs
+++ b/compiler/rustc_feature/src/unstable.rs
@@ -391,8 +391,6 @@ declare_features! (
     (unstable, async_trait_bounds, "1.85.0", Some(62290)),
     /// Allows using C-variadics.
     (unstable, c_variadic, "1.34.0", Some(44930)),
-    /// Allows the use of `#[cfg(<true/false>)]`.
-    (unstable, cfg_boolean_literals, "1.83.0", Some(131204)),
     /// Allows the use of `#[cfg(contract_checks)` to check if contract checks are enabled.
     (unstable, cfg_contract_checks, "1.86.0", Some(128044)),
     /// Allows the use of `#[cfg(overflow_checks)` to check if integer overflow behaviour.