rust/src/test
bors 0938e1680d Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis
Support default-body trait functions with return-position `impl Trait` in traits

Introduce a new `Trait` candidate kind for the `ImplTraitInTrait` projection candidate, which just projects an RPITIT down to its opaque type form.

This is a hack until we lower RPITITs to regular associated types, after which we will need to rework how these default bodies are type-checked, so comments are left in a few places for us to clean up later.

Fixes #101665
2022-10-12 21:03:47 +00:00
..
assembly Enable inline stack probes on X86 with LLVM 16 2022-09-29 19:49:23 -07:00
auxiliary
codegen Auto merge of #102724 - pcc:scs-fix-test, r=Mark-Simulacrum 2022-10-11 04:27:13 +00:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser 2022-09-13 01:19:05 +00:00
incremental Rewrite representability 2022-10-07 09:33:46 -05:00
mir-opt Rollup merge of #102778 - nbdd0121:mir, r=tmiasko 2022-10-08 14:38:19 +02:00
pretty address review 2022-09-26 14:21:39 +02:00
run-make test: run-make: skip when cross-compiling 2022-10-05 21:54:55 -07:00
run-make-fulldeps rustdoc: give .line-number / .line-numbers meaningful names 2022-09-26 11:48:03 -07:00
run-pass-valgrind Remove even more box syntax uses from src/test 2022-08-07 04:22:20 +02:00
rustdoc Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomez 2022-10-11 18:37:55 +09:00
rustdoc-gui rustdoc: remove unused classes from sidebar 2022-10-11 08:50:41 -07:00
rustdoc-js
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Rustdoc-Json: List impls for primitives 2022-09-26 18:06:48 +01:00
rustdoc-ui Use tidy-alphabetical in the compiler 2022-10-12 17:49:10 +05:30
ui Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis 2022-10-12 21:03:47 +00:00
ui-fulldeps macros: separate suggestion fmt'ing and emission 2022-10-10 14:20:16 +01:00
COMPILER_TESTS.md