2023-09-18 13:11:01 -05:00
|
|
|
error: `panic_impl` language item function is not allowed to have `#[target_feature]`
|
|
|
|
--> $DIR/panic-handler-with-target-feature.rs:11:1
|
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "avx2")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
LL |
|
|
|
|
LL | fn panic(info: &PanicInfo) -> ! {
|
|
|
|
| ------------------------------- `panic_impl` language item function is not allowed to have `#[target_feature]`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-09-18 13:11:01 -05:00
|
|
|
|