rust/compiler
Matthias Krüger 8701e80722
Rollup merge of #107986 - lcnr:layout-placeholder, r=petrochenkov
layout: deal with placeholders, ICE on bound types

A placeholder type is the same as a param as they represent "this could be any type". A bound type represents a type inside of a `for<T>` or `exists<T>`. When entering a forall or exists `T` should be instantiated as a existential (inference var) or universal (placeholder). You should never observe a bound variable without its binder.
2023-02-13 11:34:59 +01:00
..
2023-02-06 17:40:18 +03:00
2023-02-02 07:47:39 +01:00
2023-02-13 09:32:48 +11:00
2023-02-10 13:44:46 +00:00
2023-02-06 17:40:18 +03:00
2023-02-06 17:40:18 +03:00
2023-02-13 09:32:48 +11:00