Files
rust/tests/ui/feature-gates/feature-gate-apx-target-feature.rs

7 lines
115 B
Rust
Raw Normal View History

2025-04-21 17:23:18 +05:30
//@ only-x86_64
#[target_feature(enable = "apxf")]
//~^ ERROR: currently unstable
unsafe fn foo() {}
fn main() {}