Skip to content

Commit 4f09599

Browse files
authored
Rollup merge of rust-lang#128570 - folkertdev:stabilize-asm-const, r=Amanieu
Stabilize `asm_const` tracking issue: rust-lang#93332 reference PR: rust-lang/reference#1556 this will probably require some CI wrangling (and a rebase), so let's get that over with even though the final required PR is not merged yet. r? `@ghost`
2 parents fd2b339 + c6dc243 commit 4f09599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@
193193
//
194194
// Language features:
195195
// tidy-alphabetical-start
196+
#![cfg_attr(bootstrap, feature(asm_const))]
196197
#![cfg_attr(bootstrap, feature(min_exhaustive_patterns))]
197198
#![feature(abi_unadjusted)]
198199
#![feature(adt_const_params)]
199200
#![feature(allow_internal_unsafe)]
200201
#![feature(allow_internal_unstable)]
201-
#![feature(asm_const)]
202202
#![feature(auto_traits)]
203203
#![feature(cfg_sanitize)]
204204
#![feature(cfg_target_has_atomic)]

0 commit comments

Comments
 (0)