Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f5b1c8e

Browse files
authoredJun 22, 2025
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)
Please sign in to comment.