mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
fix feature-gate test for may_unwind
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// only-x86_64
|
||||
|
||||
#![feature(asm)]
|
||||
|
||||
fn main() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
error[E0658]: the `may_unwind` option is unstable
|
||||
--> $DIR/feature-gate-asm_unwind.rs:5:9
|
||||
--> $DIR/feature-gate-asm_unwind.rs:7:9
|
||||
|
|
||||
LL | asm!("", options(may_unwind));
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user