2023-07-16 06:20:06 -05:00
|
|
|
error[E0080]: evaluation of constant value failed
|
|
|
|
--> $DIR/const_fn_target_feature.rs:10:24
|
|
|
|
|
|
|
|
|
LL | const B: () = unsafe { avx2_fn() };
|
|
|
|
| ^^^^^^^^^ calling a function that requires unavailable target features: avx2
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-07-16 06:20:06 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|