rust/tests
Matthias Krüger 214e4ef4ef
Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726
Split out a separate feature gate for impl trait in associated types

in https://github.com/rust-lang/rust/issues/107645 it was decided that we'll take a new route for type alias impl trait. The exact route isn't clear yet, so while I'm working on implementing some of these proposed changes (e.g. in https://github.com/rust-lang/rust/pull/110010) to be able to experiment with them, I will also work on stabilizing another sugar version first: impl trait in associated types. Similarly I'll look into creating feature gates for impl trait in const/static types.

This PR does nothing but split the feature gate, so that you need to enable a different feature gate for

```rust
impl Trait for Type {
    type Assoc = impl SomeTrait;
}
```

than what you need for `type Foo = impl SomeTrait;`
2023-04-12 20:56:24 +02:00
..
assembly Fix an assembly test with a hard-coded hash 2023-04-05 15:59:29 +00:00
auxiliary
codegen Auto merge of #109895 - nikic:llvm-16-tests, r=cuviper 2023-04-12 02:30:21 +00:00
codegen-units
debuginfo Fix function order in an msvc debuginfo test 2023-04-05 15:59:29 +00:00
incremental incr.comp.: Make sure dependencies are recorded when feeding queries during eval-always queries. 2023-04-04 14:38:46 +02:00
mir-opt Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko 2023-04-07 10:31:14 +00:00
pretty
run-make Fix coverage test 2023-04-07 10:18:28 +01:00
run-make-fulldeps
run-pass-valgrind
rustdoc Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
rustdoc-gui Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomez 2023-04-12 20:56:23 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui fix(doc): do not parse inline when output is json for external crate 2023-04-10 23:02:08 +08:00
ui Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 2023-04-12 20:56:24 +02:00
ui-fulldeps Migrate most of rustc_builtin_macros to diagnostic impls 2023-04-10 21:16:53 +01:00
COMPILER_TESTS.md