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
Generally, this is still an issue because it is very hard to create a &'a AccountInfo<'a>. AccountInfo<'a> invariant and cannot be cast to a shorter lifetime AccountInfo<'b>.
Since 0.29,
Account::try_from
signature changed fromto
If I have an owned
AccountInfo<'a>
variable, I cannot borrow it again with lifetime'a
because the current scope is always smaller, for example:The text was updated successfully, but these errors were encountered: