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
bytes!(...).as_ptr() is used in freestanding code to produce needed byte arrays with specific content. This causes an entire allocation of the slice data in rustc: