stabilize asm_const

This commit is contained in:
Folkert
2024-08-10 18:13:03 +02:00
committed by Folkert de Vries
parent 80eb5a8e91
commit 8419c0956e
43 changed files with 294 additions and 385 deletions

View File

@@ -192,12 +192,12 @@
//
// Language features:
// tidy-alphabetical-start
#![cfg_attr(bootstrap, feature(asm_const))]
#![cfg_attr(bootstrap, feature(min_exhaustive_patterns))]
#![feature(abi_unadjusted)]
#![feature(adt_const_params)]
#![feature(allow_internal_unsafe)]
#![feature(allow_internal_unstable)]
#![feature(asm_const)]
#![feature(auto_traits)]
#![feature(cfg_sanitize)]
#![feature(cfg_target_has_atomic)]