mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Add missing feature gate
This commit is contained in:
parent
31482a94a0
commit
a2c5d29fc9
@ -3,6 +3,8 @@
|
||||
// Run-time:
|
||||
// status: 0
|
||||
|
||||
#![feature(asm_const, asm_sym)]
|
||||
|
||||
use std::arch::{asm, global_asm};
|
||||
|
||||
global_asm!("
|
||||
|
Loading…
Reference in New Issue
Block a user