rust/src/test
bors 17a627fe87 Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-dead
Only encode return-position `impl Trait` in trait when parent function has a default body

Semi-blocked on #101679, because I can't currently write a test for when we _should_ encode the type of the return-position `impl Trait` in trait, which is when a trait has a default function body, like so:

```rust
trait Foo {
  fn bar() -> impl Sized { }
}
```

Though this can land even without #101679, since it does prevent ICEs from occuring any time you use `#![feature(return_position_impl_trait_in_trait)]` in a library, which is kind annoying.
2022-09-11 13:49:52 +00:00
..
assembly
auxiliary
codegen Use RelocModel::Pic for UEFI targets 2022-09-09 15:26:19 -04:00
codegen-units
debuginfo
incremental
mir-opt
pretty
run-make Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser 2022-09-10 04:14:34 +00:00
run-make-fulldeps
run-pass-valgrind
rustdoc Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle 2022-09-10 23:13:23 +00:00
rustdoc-gui Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle 2022-09-10 23:13:23 +00:00
rustdoc-js
rustdoc-js-std
rustdoc-json Rollup merge of #101634 - aDotInTheVoid:rdj-test, r=CraftSpider 2022-09-10 07:09:23 +02:00
rustdoc-ui
ui Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-dead 2022-09-11 13:49:52 +00:00
ui-fulldeps
COMPILER_TESTS.md