2023-09-22 08:58:43 -05:00
|
|
|
error: `#[start]` function is not allowed to have `#[target_feature]`
|
2023-03-02 07:26:12 -06:00
|
|
|
--> $DIR/issue-108645-target-feature-on-start.rs:7:1
|
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "avx2")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
LL |
|
|
|
|
LL | fn start(_argc: isize, _argv: *const *const u8) -> isize { 0 }
|
2023-09-22 08:58:43 -05:00
|
|
|
| -------------------------------------------------------- `#[start]` function is not allowed to have `#[target_feature]`
|
2023-03-02 07:26:12 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-02 07:26:12 -06:00
|
|
|
|