Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: update
dbg!()
to format column number
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: rust-lang/rust#114962 [1] Link: Rust-for-Linux#1065 Signed-off-by: Raghav Narang <[email protected]> Reviewed-by: Trevor Gross <[email protected]> Reviewed-by: Gary Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Fixed commit author name and removed spurious newline in message. - Miguel ] Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information