2024-04-17 05:30:45 -05:00
error: `start` lang item function is not allowed to have `#[target_feature]`
2023-09-18 13:11:01 -05:00
--> $DIR/start_lang_item_with_target_feature.rs:13:1
|
LL | #[target_feature(enable = "avx2")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LL |
LL | fn start<T>(_main: fn() -> T, _argc: isize, _argv: *const *const u8, _sigpipe: u8) -> isize {
2024-04-17 05:30:45 -05:00
| ------------------------------------------------------------------------------------------- `start` lang item function is not allowed to have `#[target_feature]`
2023-09-18 13:11:01 -05:00
2023-11-21 09:44:16 -06:00
error: aborting due to 1 previous error
2023-09-18 13:11:01 -05:00