1
Fork 0

Remove opt_const_param_of.

This commit is contained in:
Camille GILLOT 2022-09-05 00:36:01 +02:00
parent b275d2c30b
commit f65f506d60
3 changed files with 94 additions and 182 deletions

View file

@ -55,7 +55,6 @@ fn collect_mod_item_types(tcx: TyCtxt<'_>, module_def_id: LocalDefId) {
pub fn provide(providers: &mut Providers) {
resolve_bound_vars::provide(providers);
*providers = Providers {
opt_const_param_of: type_of::opt_const_param_of,
type_of: type_of::type_of,
item_bounds: item_bounds::item_bounds,
explicit_item_bounds: item_bounds::explicit_item_bounds,