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-01-30 20:12:19 +00:00
2023-01-30 20:12:19 +00:00
2023-01-15 19:46:20 +00:00
2023-02-18 03:34:27 +00:00
2023-01-30 20:12:19 +00:00
2023-02-19 03:46:03 +00:00
2023-02-16 11:42:35 -03:00
2023-01-30 20:12:19 +00:00
2023-01-30 20:12:21 +00:00
2023-01-17 03:06:38 +00:00
2023-02-22 21:52:26 +00:00
2023-02-16 11:42:35 -03:00
2023-01-11 14:40:02 -08:00
2023-02-09 10:26:49 +00:00
2023-01-15 19:46:20 +00:00
2023-01-30 21:51:35 +00:00
2023-01-30 20:12:19 +00:00
2023-02-07 19:17:24 +00:00
2023-01-18 04:45:43 +00:00
2023-02-16 11:42:35 -03:00
2023-01-17 03:09:49 +00:00
2023-02-16 11:42:35 -03:00
2023-01-30 20:12:19 +00:00
2023-02-20 15:28:59 +00:00
2023-01-30 20:12:19 +00:00
2023-02-05 15:29:07 +01:00
2023-02-16 15:06:17 -08:00
2023-02-12 20:18:48 -05:00
2023-01-30 20:12:19 +00:00
2023-01-17 03:06:38 +00:00
2023-01-27 22:13:55 +01:00
2023-02-21 05:21:07 +00:00
2023-02-07 19:17:24 +00:00
2023-01-15 19:46:20 +00:00
2023-02-22 21:52:26 +00:00
2023-01-17 03:06:38 +00:00
2023-02-21 05:21:07 +00:00
2023-02-09 10:26:49 +00:00
2023-01-15 19:46:20 +00:00
2023-01-15 19:46:20 +00:00
2023-01-15 19:46:20 +00:00