1
Fork 0

Migrated Unallowed function pointer calls in interpreter/ops

This commit is contained in:
nidnogg 2022-08-18 02:11:52 -03:00
parent 6af8e46a9a
commit 70ea98633e
3 changed files with 12 additions and 5 deletions

View file

@ -31,3 +31,5 @@ const_eval_transient_mut_borrow = mutable references are not allowed in {$kind}s
const_eval_transient_mut_borrow_raw = raw mutable references are not allowed in {$kind}s
const_evaL_max_num_nodes_exceeded = maximum number of nodes exceeded in constant {$s}
const_eval_unallowed_fn_pointer_call = function pointer calls are not allowed in {$const_kind}s