Sign in
fuchsia
/
third_party
/
rust
/
28af7e09581c3b39cdbf2850df2f157690ab7e56
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-sha512_sm_x86.rs
blob: 176a40ecf53709555953db6d24f2ee8cc8152a2b [
file
] [
log
] [
blame
]
//@ only-x86_64
#[
target_feature
(
enable
=
"sha512"
)]
//~^ ERROR: currently unstable
unsafe
fn
foo
()
{}
fn
main
()
{}