Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
rfcs
/
rfc-2396-target_feature-11
/
issue-108645-target-feature-on-main.rs
blob: 6df89ee97ddf84bc2785e5717c197c9493684ff8 [
file
] [
log
] [
blame
]
//@ only-x86_64
#[
target_feature
(
enable
=
"avx2"
)]
fn
main
()
{}
//~^ ERROR `main` function is not allowed to have `#[target_feature]`