mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
b65b171f44
Modify part of `column!` documentation. Just like `line!` documentation, I've replaced: > The returned column is not the invocation of the `column!` macro itself By > The returned column is *not necessarily* the line of the `column!` invocation itself See #46997.