mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
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]`
|
|
|
|
error: aborting due to previous error
|
|
|