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
liballoc is only used by the higher level reading and writing code. When using object just for the raw object file structures and constants, it causes #[global_allocator] to be necessary despite not being used.
The text was updated successfully, but these errors were encountered:
liballoc is only used by the higher level reading and writing code. When using object just for the raw object file structures and constants, it causes
#[global_allocator]
to be necessary despite not being used.The text was updated successfully, but these errors were encountered: