6 lines
135 B
Rust
6 lines
135 B
Rust
//@ only-x86_64
|
|
|
|
#[target_feature(enable = "avx2")]
|
|
fn main() {}
|
|
//~^ ERROR `main` function is not allowed to have `#[target_feature]`
|