Skip to content

Commit a2c5d29

Browse files
committed
Add missing feature gate
1 parent 31482a9 commit a2c5d29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run/asm.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Run-time:
44
// status: 0
55

6+
#![feature(asm_const, asm_sym)]
7+
68
use std::arch::{asm, global_asm};
79

810
global_asm!("

0 commit comments

Comments
 (0)