2021-10-14 01:53:20 -05:00
|
|
|
error: `const_eval_select` is not yet stable as a const fn
|
2022-04-11 20:12:26 -05:00
|
|
|
--> $DIR/const-eval-select-stability.rs:17:5
|
2021-10-14 01:53:20 -05:00
|
|
|
|
|
|
|
|
LL | const_eval_select((), nothing, log);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: const-stable functions can only call other const-stable functions
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|