mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-25 15:52:00 +00:00
Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting the HIR Generics. (Fix #98539)
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.