Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
target-feature
/
auxiliary
/
using-target-feature-unstable.rs
blob: 15bcfdd9076e0d8d5a899a543653d0fe4cf3b149 [
file
] [
log
] [
blame
]
#![
feature
(
x87_target_feature
)]
#[
inline
]
#[
target_feature
(
enable
=
"x87"
)]
pub
unsafe
fn
foo
()
{}