Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add helper function to suggest multiple constraints
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.
- Loading branch information