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
The `Transaction` type would be invalidated if it were ever moved around in
memory because one field contains a borrow to another. Fixed by adding a layer
of `Box` or a stable address.
0 commit comments