rust/tests/ui/intrinsics/const-eval-select-stability.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
326 B
Plaintext
Raw Normal View History

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