Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
rustdoc-html
/
force-target-feature.rs
blob: fa71bbeea2747f7a2951dd7d96fab34a4744ce18 [
file
]
//@ only-x86_64
//@ compile-flags:--test -C target-feature=+avx
//@ should-fail
/// (written on a spider's web) Some Struct
///
/// ```
/// panic!("oh no");
/// ```
#[
doc
(
cfg
(
target_feature
=
"avx"
))]
pub
struct
SomeStruct
;