Add const_eval_select intrinsic
This commit is contained in:
parent
0c87288f92
commit
5387b6542f
20 changed files with 334 additions and 38 deletions
|
@ -441,6 +441,8 @@ symbols! {
|
|||
const_compare_raw_pointers,
|
||||
const_constructor,
|
||||
const_eval_limit,
|
||||
const_eval_select,
|
||||
const_eval_select_ct,
|
||||
const_evaluatable_checked,
|
||||
const_extern_fn,
|
||||
const_fn,
|
||||
|
@ -1095,6 +1097,7 @@ symbols! {
|
|||
rustc_diagnostic_item,
|
||||
rustc_diagnostic_macros,
|
||||
rustc_dirty,
|
||||
rustc_do_not_const_check,
|
||||
rustc_dummy,
|
||||
rustc_dump_env_program_clauses,
|
||||
rustc_dump_program_clauses,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue