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

From: Trevor Gross
Date: Tue Apr 16 2024 - 01:59:49 EST


On Sun, Apr 14, 2024 at 9:31 AM <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

The second link could be "Fixes: ..." (but whoever picks this up can
probably do that)

> Signed-off-by: Raghav Narang <dev@xxxxxxxxxx>

Reviewed-by: Trevor Gross <tmgross@xxxxxxxxx>