mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-03 05:52:04 +00:00
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
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
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|