Stabilize cfg_select

This commit is contained in:
Folkert de Vries
2026-02-07 20:42:31 +01:00
parent 99246f4093
commit 14d29f9ae2
29 changed files with 41 additions and 100 deletions
+1 -1
View File
@@ -11,6 +11,7 @@
#![allow(rustc::default_hash_types)]
#![allow(rustc::potential_query_instability)]
#![cfg_attr(bootstrap, feature(assert_matches))]
#![cfg_attr(bootstrap, feature(cfg_select))]
#![cfg_attr(bootstrap, feature(cold_path))]
#![cfg_attr(test, feature(test))]
#![deny(unsafe_op_in_unsafe_fn)]
@@ -18,7 +19,6 @@
#![feature(ascii_char)]
#![feature(ascii_char_variants)]
#![feature(auto_traits)]
#![feature(cfg_select)]
#![feature(const_default)]
#![feature(const_trait_impl)]
#![feature(dropck_eyepatch)]