rust/tests
Matthias Krüger 8417c93092
Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errors
Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-assoc-ty

This PR stops reporting errors due to different count of generics on the new synthesized associated types for RPITITs. Those were already reported when we compare the function on the triat with the function on the impl.

r? ``@compiler-errors``
2023-03-18 12:04:23 +01:00
..
assembly
auxiliary
codegen Rollup merge of #109181 - durin42:v0-mangle-inherit_overflow, r=Nilstrieb 2023-03-17 08:42:39 +01:00
codegen-units Use unused_generic_params from crate metadata 2023-03-14 16:33:12 +00:00
debuginfo Bless debuginfo test. 2023-03-13 18:24:48 +00:00
incremental Bless incremental test. 2023-03-14 20:52:42 +01:00
mir-opt Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkin 2023-03-17 08:17:21 +00:00
pretty Bless pretty tests. 2023-03-16 11:21:50 +01:00
run-make Update coverage info. 2023-03-09 17:51:38 +00:00
run-make-fulldeps rustdoc: fix test case for custom themes 2023-03-08 12:49:35 -07:00
run-pass-valgrind
rustdoc rustdoc: remove std:: from primitive intra-doc link tooltips 2023-03-15 11:34:37 -07:00
rustdoc-gui Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=GuillaumeGomez,jsha 2023-03-09 12:11:52 +01:00
rustdoc-js rustdoc: fix type search when more than one where clause applies 2023-03-07 11:37:04 -07:00
rustdoc-js-std Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomez 2023-03-16 08:57:05 +01:00
rustdoc-json
rustdoc-ui Bless -Zhelp output test. 2023-03-16 12:26:20 +01:00
ui Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errors 2023-03-18 12:04:23 +01:00
ui-fulldeps Remove uses of box_syntax in rustc and tools 2023-03-12 13:19:46 +00:00
COMPILER_TESTS.md