Files
rust/tests/ui
Matthias Krüger ef27e43807 Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-position, r=cjgillot
Ban associated type bounds in bad positions

We should not try to lower associated type bounds into TAITs in positions where `impl Trait` is not allowed (except for in `where` clauses, like `where T: Trait<Assoc: Bound>`).

This is achieved by using the same `rustc_ast_lowering` machinery as impl-trait does to characterize positions as universal/existential/disallowed.

Fixes #106077

Split out the first commit into #108066, since it's not really related.
2023-02-23 06:18:05 +01:00
..
2023-02-16 15:14:45 +11:00
2023-02-22 21:52:26 +00:00
2023-02-22 21:52:26 +00:00
2023-02-18 03:34:27 +00:00
2023-02-19 03:46:03 +00:00
2023-02-16 11:42:35 -03:00
2023-02-22 21:52:26 +00:00
2023-02-16 11:42:35 -03:00
2023-02-16 11:42:35 -03:00
2023-02-16 11:42:35 -03:00
2023-02-20 15:28:59 +00:00
2023-02-16 15:06:17 -08:00
2023-02-12 20:18:48 -05:00
2023-02-21 05:21:07 +00:00
2023-02-22 21:52:26 +00:00
2023-02-21 05:21:07 +00:00