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
These macros have been changed to functions, which will provide better
ergonomics for C++. Care was taken to ensure that calls to `sus::panic`
weren't substantially worse than expanding `sus_panic`. In addition,
`sus_panic_with_message` was refactored into `sus::panic`.
The same logic was applied to refactoring `sus_unreachable`, although
the assembly wasn't inspected.
---------
Co-authored-by: Dana Jansens <[email protected]>
0 commit comments