Re: [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`
From: Miguel Ojeda
Date: Sat Sep 05 2026 - 20:02:42 EST
On Sun, Sep 6, 2026 at 1:32 AM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> I'm not sure why we'd want a self link.
It is to follow the guideline about using intra-doc links on things
that can be, which prevents mistakes and improves consistency, and in
this case, for huge traits, it may help readers of the trait
implementations section a bit.
Cheers,
Miguel