rust/library/std
bors 43dcc9b786 Auto merge of #114962 - darklyspaced:debug, r=est31
adds a column number to `dbg!()`

this would be very nice to have for a few reasons:
1. the rfc, when deciding not to add column numbers to macro, failed to acknowledge any potential ambiguous cases -- such as the one provided in #114910 -- which do exist
2. would be able to consistently and easily jump directly to the `dbg!()` regardless of the sutation
3. takes up, at a maximum, 3 characters of _horizontal_ screen space

fixes #114910
2023-12-17 23:01:18 +00:00
..
benches
src Auto merge of #114962 - darklyspaced:debug, r=est31 2023-12-17 23:01:18 +00:00
tests Move RandomState and DefaultHasher into std::hash, but don't export for now 2023-11-02 20:35:20 -04:00
Cargo.toml Use different cfg for AIX 2023-12-13 10:15:27 +08:00
build.rs add teeos std impl 2023-12-07 10:33:03 +08:00