about summary refs log tree commit diff
path: root/tests/rustdoc-ui/cfg-boolean-literal.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 /tests/rustdoc-ui/cfg-boolean-literal.rs
parent946aea0b3d9f43e57953ce5094d8e4a2a244ce71 (diff)
downloadrust-984c51f6a1d93fa244829f488d2945e7fc06b880.tar.gz
rust-984c51f6a1d93fa244829f488d2945e7fc06b880.zip
Stabilize `cfg_boolean_literals`
Diffstat (limited to 'tests/rustdoc-ui/cfg-boolean-literal.rs')
-rw-r--r--tests/rustdoc-ui/cfg-boolean-literal.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/cfg-boolean-literal.rs b/tests/rustdoc-ui/cfg-boolean-literal.rs
index 4d4e599bfee..74808d066c7 100644
--- a/tests/rustdoc-ui/cfg-boolean-literal.rs
+++ b/tests/rustdoc-ui/cfg-boolean-literal.rs
@@ -1,6 +1,5 @@
 //@ check-pass
 
-#![feature(cfg_boolean_literals)]
 #![feature(doc_cfg)]
 
 #[doc(cfg(false))]