rust/tests
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
..
assembly
auxiliary
codegen Adapt debug-accessibility tests for msvc-style enums 2023-12-15 11:45:03 +00:00
codegen-units
coverage coverage: Regression test for assert!(!false) 2023-12-16 20:58:04 +11:00
coverage-run-rustdoc
debuginfo
incremental
mir-opt Avoid overflow in GVN constant indexing. 2023-12-17 19:50:38 +00:00
pretty
run-make
run-make-fulldeps
run-pass-valgrind
rustdoc Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc 2023-12-15 11:51:23 +01:00
rustdoc-gui Rollup merge of #118988 - notriddle:notriddle/varconst, r=GuillaumeGomez 2023-12-15 20:19:56 +01:00
rustdoc-js rustdoc-search: remove parallel searchWords array 2023-12-15 16:26:35 -07:00
rustdoc-js-std
rustdoc-json
rustdoc-ui
ui Auto merge of #114962 - darklyspaced:debug, r=est31 2023-12-17 23:01:18 +00:00
ui-fulldeps Add a method to check if type is a CStr 2023-12-15 13:18:41 -08:00
COMPILER_TESTS.md