rust/src/test
Dylan DPC 7b9a7ef218
Rollup merge of #98499 - JulianKnodt:erase_lifetime, r=lcnr
Erase regions in New Abstract Consts

When an abstract const is constructed, we previously included lifetimes in the set of substitutes, so it was not able to unify two abstract consts if their lifetimes did not match but the values did, despite the values not depending on the lifetimes. This caused code that should have compiled to not compile.

Fixes #98452

r? ```@lcnr```
2022-06-29 17:59:33 +05:30
..
assembly hexagon: adapt test for upstream output changes 2022-06-07 13:21:34 -04:00
auxiliary
codegen Auto merge of #96820 - r-raymond:master, r=cuviper 2022-06-25 13:03:53 +00:00
codegen-units Fix/bless tests broken by DSE 2022-05-24 22:50:21 -04:00
debuginfo Auto merge of #96820 - r-raymond:master, r=cuviper 2022-06-25 13:03:53 +00:00
incremental address review 2022-06-14 16:08:18 +02:00
mir-opt Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk 2022-06-21 11:00:39 +00:00
pretty Add pp-exact test involving where T: 2022-06-16 17:03:47 -07:00
run-make Finish rustdoc error improvement 2022-06-27 10:52:53 +02:00
run-make-fulldeps Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko 2022-06-29 10:28:18 +05:30
run-pass-valgrind make cenum_impl_drop_cast deny-by-default and show up as future breakage diagnostic 2022-06-02 09:06:29 -04:00
rustdoc Add regression test for #92859 2022-06-26 14:01:00 +02:00
rustdoc-gui Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddle 2022-06-26 19:47:03 +02:00
rustdoc-js rustdoc: also index raw pointers 2022-05-31 11:21:55 -07:00
rustdoc-js-std Rollup merge of #96887 - notriddle:notriddle/as-raw-fd, r=jsha 2022-05-11 13:16:31 +09:00
rustdoc-json Rollup merge of #98611 - GuillaumeGomez:rustdoc-json-glob-ice, r=notriddle 2022-06-28 18:34:32 +02:00
rustdoc-ui Finish rustdoc error improvement 2022-06-27 10:52:53 +02:00
ui Rollup merge of #98499 - JulianKnodt:erase_lifetime, r=lcnr 2022-06-29 17:59:33 +05:30
ui-fulldeps macros: use typed identifiers in subdiag derive 2022-06-24 09:08:25 +01:00
COMPILER_TESTS.md