]> git.lizzy.rs Git - rust.git/blob - src/test/ui/intrinsics/const-eval-select-stability.stderr
Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk
[rust.git] / src / test / ui / intrinsics / const-eval-select-stability.stderr
1 error: `const_eval_select` is not yet stable as a const fn
2   --> $DIR/const-eval-select-stability.rs:17:5
3    |
4 LL |     const_eval_select((), nothing, log);
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: const-stable functions can only call other const-stable functions
8
9 error: aborting due to previous error
10