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
Not sure if I should categorize this as a bug since this seems to be something that was overlooked. core::ptr::NonNull has the function pub const fn cast<U>(self) -> NonNull<U> that, as far as I can tell, should allow for U: ?Sized. Am I missing something here?