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
[Test code] ARM64: Add try_from()/unwrap() in test
Some places in the code don't allow us to re-type values to let the
compiler verify that those conversions are safe, particularly with
length values. Since these are for test code, I don't expect overflows
to happen, so I've just inserted unwraps here.
I've done this in a separate commit because my dev setup doesn't use
ARM. In case something ARM-specific breaks in CI, I'd like to be able to
keep those changes in their own commits so I can debug more easily.
Signed-off-by: Jonathan Browne <[email protected]>
0 commit comments