rust/tests
bors 959b2c703d Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk
adjust how closure/generator types are printed

I saw `&[closure@$DIR/issue-20862.rs:2:5]` and I thought it is a slice type, because that's usually what `&[_]` is... it took me a while to realize that this is just a confusing printer and actually there's no slice. Let's use something that cannot be mistaken for a regular type.
2023-09-22 15:19:38 +00:00
..
assembly
auxiliary
codegen adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
codegen-units
coverage-map coverage: Explicitly simplify coverage expressions in codegen 2023-09-21 18:32:49 +10:00
debuginfo
incremental
mir-opt Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk 2023-09-22 15:19:38 +00:00
pretty
run-coverage coverage: Regression test for inconsistent handling of closure spans 2023-09-18 22:33:05 +10:00
run-coverage-rustdoc
run-make Delete obsolete --disable-per-crate-search rustdoc flag 2023-09-20 22:09:48 -07:00
run-make-fulldeps
run-pass-valgrind
rustdoc Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk 2023-09-22 07:00:52 +00:00
rustdoc-gui rustdoc: add test cases, and fix, search tabs 2023-09-19 21:46:06 -07:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Update tests for custom classes 2023-09-19 17:29:39 +02:00
ui Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk 2023-09-22 15:19:38 +00:00
ui-fulldeps hide rustc line numbers in test 2023-09-22 10:37:40 +02:00
COMPILER_TESTS.md