mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 22:40:17 +00:00
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
error: `const_eval_select` is not yet stable as a const fn
|
|
--> $DIR/const-eval-select-stability.rs:17:5
|
|
|
|
|
LL | const_eval_select((), nothing, log);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: const-stable functions can only call other const-stable functions
|
|
|
|
error: aborting due to 1 previous error
|
|
|