2024-04-17 05:17:29 -05:00
|
|
|
error: `#[panic_handler]` function is not allowed to have `#[target_feature]`
|
2023-09-18 13:11:01 -05:00
|
|
|
--> $DIR/panic-handler-with-target-feature.rs:11:1
|
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "avx2")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
LL |
|
|
|
|
LL | fn panic(info: &PanicInfo) -> ! {
|
2024-04-17 05:17:29 -05:00
|
|
|
| ------------------------------- `#[panic_handler]` 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
|
|
|
|