Files
rust/compiler
Matthias Krüger 95b7116d70 Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk
Check lazy type aliases for well-formedness

Previously we didn't check if `T: Mul` holds given lazy `type Alias<T> = <T as Mul>::Output;`.
Now we do. It only makes sense.

`@rustbot` label F-lazy_type_alias

r? `@oli-obk`
2023-07-31 16:57:54 +02:00
..
2023-07-28 22:21:33 +02:00
2023-07-03 07:20:51 +00:00
2023-07-19 16:37:09 +00:00
2023-07-03 13:51:54 -07:00
2023-07-31 16:21:02 +10:00