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 object allocated by an Arc<T>#[repr(C)]structArcInner<T: ?Sized>{count: atomic::AtomicUsize,#[cfg(feature = "track_alloc_size")]alloc_size:usize,data:T,}
The derived eq/neq implementations still use alloc_size, without the necessary ifdef.
The text was updated successfully, but these errors were encountered:
The derived eq/neq implementations still use
alloc_size
, without the necessary ifdef.The text was updated successfully, but these errors were encountered: