rust/tests
bors 3ed2a10d17 Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler-errors
Safe Transmute: Enable handling references

This patch enables support for references in Safe Transmute, by generating nested obligations during trait selection. Specifically, when we call `confirm_transmutability_candidate(...)`, we now recursively traverse the `rustc_transmute::Answer` tree and create obligations for all the `Answer` variants, some of which include multiple nested `Answer`s.
2023-06-14 08:26:22 +00:00
..
assembly
auxiliary
codegen
codegen-units
debuginfo
incremental
mir-opt
pretty
run-make Auto merge of #111626 - pjhades:output, r=b-naber 2023-06-09 09:45:40 +00:00
run-make-fulldeps Auto merge of #111626 - pjhades:output, r=b-naber 2023-06-09 09:45:40 +00:00
run-pass-valgrind
rustdoc Add regression test for #112515 2023-06-12 11:35:19 +02:00
rustdoc-gui Migrate GUI colors test to original CSS color format 2023-06-11 14:40:12 +02:00
rustdoc-js rustdoc-search: search never type with ! 2023-06-12 17:30:23 -07:00
rustdoc-js-std rustdoc-search: search never type with ! 2023-06-12 17:30:23 -07:00
rustdoc-json
rustdoc-ui
ui Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler-errors 2023-06-14 08:26:22 +00:00
ui-fulldeps
COMPILER_TESTS.md