rust/tests
bors deb708af12 Auto merge of #115678 - RalfJung:abi-compat-test, r=petrochenkov
test ABI compatibility for some unsized types as well

and test for what `DispatchFromDyn` needs.

Also I ran this on a whole bunch of targets via Miri and added enough `cfg` to make it all work, as documentation for what does and doesn't currently work. (Most of those targets do not have their tests run on CI anyway.)

Here's the shell rune I used for that:
```
for TARGET in x86_64-unknown-linux-gnu x86_64-pc-windows-gnu aarch64-unknown-linux-gnu s390x-unknown-linux-gnu mips64-unknown-linux-gnuabi64 sparc64-unknown-linux-gnu  powerpc64-unknown-linux-gnu powerpc64le-unknown-linux-gnu riscv64gc-unknown-linux-gnu loongarch64-unknown-linux-gnu wasm32-unknown-unknown; do
   BOOTSTRAP_SKIP_TARGET_SANITY=1 ./x.py run miri --stage 0 --args tests/ui/abi/compatibility.rs --target $TARGET;
done
```
2023-09-12 07:11:48 +00:00
..
assembly
auxiliary
codegen Rollup merge of #115591 - djkoloski:issue_115385, r=cuviper 2023-09-11 21:16:21 +02:00
codegen-units
coverage-map Copy most of tests/run-coverage into tests/coverage-map/status-quo 2023-09-05 11:55:34 +10:00
debuginfo
incremental
mir-opt Disentangle Debug and Display for Ty. 2023-09-11 12:51:07 +10:00
pretty
run-coverage
run-coverage-rustdoc
run-make Add a test for #108030 2023-09-11 22:01:55 +08:00
run-make-fulldeps Remove EarlyErrorHandler argument from after_analysis callback 2023-09-10 09:44:03 +00:00
run-pass-valgrind
rustdoc Add test for the presence of "Aliased type" title in the sidebar 2023-09-11 14:17:39 +02:00
rustdoc-gui Migrate GUI colors test to original CSS color format 2023-09-10 14:10:10 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui
ui Auto merge of #115678 - RalfJung:abi-compat-test, r=petrochenkov 2023-09-12 07:11:48 +00:00
ui-fulldeps Rollup merge of #115749 - oli-obk:smir_consts, r=compiler-errors 2023-09-11 21:16:23 +02:00
COMPILER_TESTS.md