mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
41b017ec99
Add the feature in `core/lib.rs`
7 lines
117 B
Rust
7 lines
117 B
Rust
//@ only-x86_64
|
|
#[target_feature(enable = "sha512")]
|
|
//~^ ERROR: currently unstable
|
|
unsafe fn foo() {}
|
|
|
|
fn main() {}
|