Migrated Unallowed function pointer calls in interpreter/ops
This commit is contained in:
parent
6af8e46a9a
commit
70ea98633e
3 changed files with 12 additions and 5 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue