rust/tests/ui/feature-gates/feature-gate-sha512_sm_x86.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
117 B
Rust
Raw Permalink Normal View History

//@ only-x86_64
#[target_feature(enable = "sha512")]
//~^ ERROR: currently unstable
unsafe fn foo() {}
fn main() {}