2024-02-22 06:10:29 -06:00
|
|
|
//@ only-x86_64
|
|
|
|
//@ compile-flags:--test -C target-feature=+avx
|
|
|
|
//@ should-fail
|
2018-04-12 13:12:53 -05:00
|
|
|
|
|
|
|
/// (written on a spider's web) Some Struct
|
|
|
|
///
|
|
|
|
/// ```
|
|
|
|
/// panic!("oh no");
|
|
|
|
/// ```
|
|
|
|
#[doc(cfg(target_feature = "avx"))]
|
|
|
|
pub struct SomeStruct;
|