Re: [PATCH] rust: update `dbg!()` to format column number

From: Miguel Ojeda
Date: Sun May 05 2024 - 18:30:10 EST


On Sun, Apr 14, 2024 at 3:21 PM <dev@xxxxxxxxxx> wrote:
>
> In Rust 1.76.0, the `dbg!()` macro was updated to also format the column
> number. The reason cited was usage of a few characters worth of
> horizontal space while allowing direct jumps to the source location. [1]
>
> Link: https://github.com/rust-lang/rust/pull/114962 [1]
> Link: https://github.com/Rust-for-Linux/linux/issues/1065
>
> Signed-off-by: Raghav Narang <dev@xxxxxxxxxx>

The commit author was:

dev@xxxxxxxxxx <dev@xxxxxxxxxx>

and I fixed it to:

Raghav Narang <dev@xxxxxxxxxx>

i.e. with the name from the Signed-off-by line. If this is not
correct, please let me know!

[ Fixed commit author name and removed spurious newline in message. - Miguel ]

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel