1
Fork 0

implement const_evaluatable_checked feature MVP

This commit is contained in:
Bastian Kauschke 2020-09-10 08:52:02 +02:00
parent a1894e4afe
commit 8667f93040
7 changed files with 122 additions and 17 deletions

View file

@ -348,6 +348,7 @@ symbols! {
const_compare_raw_pointers,
const_constructor,
const_eval_limit,
const_evaluatable_checked,
const_extern_fn,
const_fn,
const_fn_transmute,