mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 08:15:58 +00:00
7 lines
114 B
Rust
7 lines
114 B
Rust
//@ only-x86_64
|
|
#[target_feature(enable = "xop")]
|
|
//~^ ERROR: currently unstable
|
|
unsafe fn foo() {}
|
|
|
|
fn main() {}
|