rust/tests
bors 6330daade9 Auto merge of #112062 - lukas-code:unsized-layout, r=wesleywiser
Make struct layout not depend on unsizeable tail

fixes (after backport) https://github.com/rust-lang/rust/issues/112048

Since unsizing `Ptr<Foo<T>>` -> `Ptr<Foo<U>` just copies the pointer and adds the metadata, the layout of `Foo` must not depend on niches in and alignment of the tail `T`.

Nominating for beta 1.71, because it will have this issue: `@rustbot` label beta-nominated
2023-06-13 22:34:59 +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: add note about slice/array searches to help popup 2023-06-10 14:08:26 -07:00
rustdoc-js-std rustdoc: add note about slice/array searches to help popup 2023-06-10 14:08:26 -07:00
rustdoc-json
rustdoc-ui
ui Auto merge of #112062 - lukas-code:unsized-layout, r=wesleywiser 2023-06-13 22:34:59 +00:00
ui-fulldeps
COMPILER_TESTS.md