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
[ownership] Change "AnyForwardingInst" with trivial return type to return OwnershipKind::None even if they forward non-OwnershipKind::none ownership.
Otherwise the forwarding instruction will return a trivial value with
non-OwnershipKind::None ownership. This inevitably causes an ownership violation
since any place that we use that trivial value will expect the value to have
OwnershipKind::None, showing the inconsistency that this problem yields.
0 commit comments