make compare_const_impl
a query and use it in instance.rs
This commit is contained in:
parent
f914b82a75
commit
86a8a3beb4
9 changed files with 120 additions and 86 deletions
|
@ -251,6 +251,7 @@ pub fn provide(providers: &mut Providers) {
|
|||
check_mod_item_types,
|
||||
region_scope_tree,
|
||||
collect_trait_impl_trait_tys,
|
||||
compare_assoc_const_impl_item_with_trait_item: compare_method::raw_compare_const_impl,
|
||||
..*providers
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue