The [documentation for `add` in std](https://doc.rust-lang.org/nightly/std/primitive.pointer.html#method.add) is missing a `where T: Sized` clause. <img width="576" height="90" alt="Image" src="https://github.com/user-attachments/assets/9f48776a-202d-4194-a387-12af7814b359" /> Note, however, that the corresponding [documentation in core](https://doc.rust-lang.org/1.88.0/core/primitive.pointer.html#method.add) correctly has the `where T: Sized` clause. <img width="530" height="120" alt="Image" src="https://github.com/user-attachments/assets/8500e85d-8017-467d-b8c6-8c39250bb52a" /> @rustbot labels +T-rustdoc