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-21 13:13:09 +00:00
2023-02-22 08:40:47 -07:00
2023-02-22 21:52:26 +00:00
2023-02-22 21:52:26 +00:00
2023-02-22 08:40:47 -07:00
2023-02-23 06:18:05 +01:00
2023-02-22 08:40:47 -07:00
2023-02-21 05:21:07 +00:00
2023-02-22 08:40:47 -07:00
2023-02-21 23:02:00 +01:00
2023-02-22 08:40:47 -07:00
2023-02-20 15:08:05 +01:00
2023-02-22 08:40:47 -07:00
2023-02-22 21:52:26 +00:00
2023-02-22 08:40:47 -07:00
2023-02-22 08:40:47 -07:00
2023-02-22 10:35:08 +01:00
2023-02-21 05:21:07 +00:00
2023-02-23 06:18:05 +01:00
2023-02-21 05:21:07 +00:00
2023-02-22 08:40:47 -07:00
2023-02-23 06:18:05 +01:00
2023-02-22 08:40:47 -07:00
2023-02-23 00:19:12 +00:00
2023-02-22 08:40:47 -07:00
2023-02-22 08:40:47 -07:00
2023-02-21 05:21:07 +00:00
2023-02-22 08:40:47 -07:00
2023-02-21 00:00:49 +00:00
2023-02-20 15:28:59 +00:00
2023-02-22 08:40:47 -07:00
2023-02-22 13:08:13 +00:00
2023-02-23 00:19:12 +00:00
2023-01-30 21:55:25 +00:00
2023-02-22 08:40:47 -07:00
2023-02-22 08:40:47 -07:00
2023-02-22 09:44:26 +08:00
2023-02-21 11:51:56 +11:00
2023-02-22 08:40:47 -07:00
2023-02-22 08:40:47 -07:00
2023-02-21 05:21:07 +00:00
2023-02-21 05:21:07 +00:00
2023-02-22 08:40:47 -07:00
2023-02-22 08:40:47 -07:00
2023-02-22 21:52:26 +00:00
2023-02-22 08:40:47 -07:00
2023-02-23 06:18:05 +01:00
2023-02-22 08:40:47 -07:00
2023-02-21 05:21:07 +00:00
2023-02-21 05:21:07 +00:00
2023-02-21 05:21:07 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-02-22 08:40:47 -07:00
2023-01-27 05:28:52 -08:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-02-22 08:40:47 -07:00
2023-02-22 08:40:47 -07:00