summaryrefslogtreecommitdiffstats
path: root/src/test/ui/intrinsics/const-eval-select-stability.stderr
blob: 65b507b887b46f6ee32ab6526712545764f7ad6f (plain)
1
2
3
4
5
6
7
8
9
10
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 previous error