add missing sym feature
This commit is contained in:
parent
f3e42cb160
commit
3e799e4963
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
// Checks that multiple clobber_abi options can be used
|
// Checks that multiple clobber_abi options can be used
|
||||||
|
|
||||||
#![feature(asm)]
|
#![feature(asm, asm_sym)]
|
||||||
|
|
||||||
extern "sysv64" fn foo(x: i32) -> i32 {
|
extern "sysv64" fn foo(x: i32) -> i32 {
|
||||||
x + 16
|
x + 16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue