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
297: Deprecate msp::write r=adamgreig a=jonas-schievink
The function can not be used from Rust code, because it destroys the stack frame.
Users must use an assembly block (inline or out-of-line) that both sets MSP and performs a method call.
Co-authored-by: Jonas Schievink <[email protected]>
0 commit comments