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
the improper_ctypes lint should check for repr(C) on the RHS of a Drop impl. "warning: implementing Drop changes the representation of the type, conflicting with repr(C)".
(It should presumably also check for #[unsafe_no_drop_flag] and not warn if it exists.)