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
At some point we'll need to modify the rewriting of hypothetical lifetimes to handle cases where a pointer in the original struct becomes something other than a reference (such as Box<T>, or in this case being left as *mut T), but this should work well enough for now.
At some point we'll need to modify the rewriting of hypothetical lifetimes to handle cases where a pointer in the original struct becomes something other than a reference (such as
Box<T>
, or in this case being left as*mut T
), but this should work well enough for now.Originally posted by @spernsteiner in #960 (comment)
The text was updated successfully, but these errors were encountered: