rust/tests
kadmin 648a35e327 Add ability to transmute with generic consts
Previously if the expression contained generic consts and did not have a directly equivalent
type, transmuting the type in this way was forbidden, despite the two sizes being identical.
Instead, we should be able to lazily tell if the two consts are identical, and if so allow them
to be transmuted.
2023-04-04 08:05:15 +00:00
..
assembly
auxiliary
codegen
codegen-units
debuginfo
incremental
mir-opt Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk 2023-03-29 14:07:28 +05:30
pretty
run-make Rollup merge of #109694 - BelovDV:fix-panic-jobserver-token, r=bjorn3 2023-03-29 06:02:42 +02:00
run-make-fulldeps
run-pass-valgrind
rustdoc Rollup merge of #109726 - GuillaumeGomez:doc-hidden-crate, r=notriddle 2023-03-29 21:19:51 +02:00
rustdoc-gui
rustdoc-js
rustdoc-js-std
rustdoc-json rustdoc + rustdoc-json support for non_lifetime_binders 2023-03-28 16:50:49 +00:00
rustdoc-ui
ui Add ability to transmute with generic consts 2023-04-04 08:05:15 +00:00
ui-fulldeps Auto merge of #109224 - oli-obk:smir, r=pnkfelix 2023-03-30 02:59:25 +00:00
COMPILER_TESTS.md