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
Change: We need to ensure that any reference to a Foo cannot outlive the reference to an i32 it contains.
to: We need to ensure that any reference to the contained i32 does not outlive the containing Foo.