From eb86d0951ea632c68931b525775084282ceb063e Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 21 Jun 2025 23:26:56 +0200 Subject: [PATCH] remove asm_goto feature annotation, for it is now stabilized --- tests/codegen/asm/critical.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/codegen/asm/critical.rs b/tests/codegen/asm/critical.rs index 8c039900cab38..0f29d7c69b460 100644 --- a/tests/codegen/asm/critical.rs +++ b/tests/codegen/asm/critical.rs @@ -1,6 +1,5 @@ //@ only-x86_64 //@ compile-flags: -C no-prepopulate-passes -#![feature(asm_goto)] #![feature(asm_goto_with_outputs)] #![crate_type = "lib"] use std::arch::asm;