mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-09 02:50:10 +00:00
Add `rustc_middle::ty::suggest_constraining_type_params` that suggests adding multiple constraints. `suggest_constraining_type_param` now just forwards params to this new function.
For more information about how rustc works, see the rustc dev guide.