Rustdoc fails to show where T: Sized
#49477
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
where T: Sized
#49477
https://doc.rust-lang.org/nightly/std/primitive.pointer.html#method.offset is documented as
pub unsafe fn offset(self, count: isize) -> *const T
inside theimpl<T> *const T where T: ?Sized
, but the source code for that method additionally has awhere T: Sized
clause which should be shown in docs.The text was updated successfully, but these errors were encountered: