Skip to content

Commit f5b1c8e

Browse files
authored
Rollup merge of #142850 - tshepang:patch-1, r=jieyouxu
remove asm_goto feature annotation, for it is now stabilized This was stabilized in #133870
2 parents b64292a + eb86d09 commit f5b1c8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/codegen/asm/critical.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ only-x86_64
22
//@ compile-flags: -C no-prepopulate-passes
3-
#![feature(asm_goto)]
43
#![feature(asm_goto_with_outputs)]
54
#![crate_type = "lib"]
65
use std::arch::asm;

0 commit comments

Comments
 (0)