Add missing feature gate
This commit is contained in:
parent
31482a94a0
commit
a2c5d29fc9
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
// Run-time:
|
// Run-time:
|
||||||
// status: 0
|
// status: 0
|
||||||
|
|
||||||
|
#![feature(asm_const, asm_sym)]
|
||||||
|
|
||||||
use std::arch::{asm, global_asm};
|
use std::arch::{asm, global_asm};
|
||||||
|
|
||||||
global_asm!("
|
global_asm!("
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue