diff options
| author | Gary Guo <gary@garyguo.net> | 2024-10-11 00:27:16 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2024-11-24 15:24:01 +0000 |
| commit | 0178ba2c2547c3677b5624d684a392dccae12abc (patch) | |
| tree | 580e52e487056b7c3e9393906bb4f74e52940b2a /tests/codegen | |
| parent | 73f8309300bce03e62c8a49e8a06b884175b5f88 (diff) | |
| download | rust-0178ba2c2547c3677b5624d684a392dccae12abc.tar.gz rust-0178ba2c2547c3677b5624d684a392dccae12abc.zip | |
Make asm_goto_with_outputs a separate feature gate
Diffstat (limited to 'tests/codegen')
| -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; |
