diff options
Diffstat (limited to 'tests/codegen/asm/goto.rs')
| -rw-r--r-- | tests/codegen/asm/goto.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/codegen/asm/goto.rs b/tests/codegen/asm/goto.rs index 3193d3aa145..c40a43fbe1b 100644 --- a/tests/codegen/asm/goto.rs +++ b/tests/codegen/asm/goto.rs @@ -2,7 +2,7 @@ //@ only-x86_64 #![crate_type = "rlib"] -#![feature(asm_goto)] +#![feature(asm_goto, asm_goto_with_outputs)] use std::arch::asm; | 
