Re: [PATCH v2] rust: std_vendor: update dbg macro from rust upstream
From: Miguel Ojeda
Date: Sat Oct 05 2024 - 15:48:52 EST
On Fri, Oct 4, 2024 at 3:09 PM Deepak Thukral <iapain@xxxxxxxxx> wrote:
>
> `dbg!` contain adapted code from rust upstream.
> Compare code with rust upstream and update missing column
> numbers in `dbg!` outputs. Column numbers are not copied
> but adjusted for examples in docstring.
>
> Thus update the docstring only.
>
> Suggested-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
> Link: https://github.com/Rust-for-Linux/linux/issues/1124
> Signed-off-by: Deepak Thukral <iapain@xxxxxxxxx>
Applied to `rust-next` (tags still welcome) -- thanks!
[ Fixed typo and slightly reworded. - Miguel ]
Cheers,
Miguel