Files
rust/compiler/rustc_ty_utils/src
lcnr 9e84b00d44 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 10:47:12 +01:00
..
2022-10-23 10:09:44 +02:00
2023-01-27 22:01:25 +00:00
2022-10-07 09:33:46 -05:00
2023-01-30 19:19:07 +00:00