summaryrefslogtreecommitdiffstats
path: root/tests/ui/panic-handler/panic-handler-with-target-feature.stderr
blob: 4210a4200aee801c26469196e6630c436471b0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
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