mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
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
|
|
|