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
remove explicit deref of AbiAlign for most methods
Various parts of the compiler call functions on this type and
it impls Deref to its inner Align, which allows simplifying the code.
Also, it will minimize disruption when AbiAlign is removed.
For now, preserve usages that might resolve to PartialOrd or PartialEq,
as those have odd inference.
0 commit comments