Support function pointer MIR lowering

This commit is contained in:
hkalbasi 2023-03-11 21:43:53 +03:30
parent 1b85b43e6f
commit a063f000ff
14 changed files with 468 additions and 164 deletions

View file

@ -343,6 +343,8 @@ pub mod known {
feature,
// known methods of lang items
call_once,
call_mut,
call,
eq,
ne,
ge,