rust/compiler/rustc_typeck
Esteban Küber af10a456c1 Track implicit Sized obligations in type params
Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting
the HIR Generics. (Fix #98539)
2022-07-07 12:15:12 -07:00
..
2022-06-27 08:48:55 +10:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.