You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core::rt implements several functions that used to be upcalls. It does so by calling the old upcalls (upcall_free, malloc, fail, etc). These functions should be renamed to rust_, not upcall_ and moved to rust_builtin.cpp. Better yet, rewrite them in Rust.