rename codegen_fulfill_obligation
This commit is contained in:
parent
14f2acd0ac
commit
c63020a7c3
7 changed files with 10 additions and 15 deletions
|
@ -971,7 +971,7 @@ pub fn provide(providers: &mut ty::query::Providers) {
|
|||
*providers = ty::query::Providers {
|
||||
specialization_graph_of: specialize::specialization_graph_provider,
|
||||
specializes: specialize::specializes,
|
||||
codegen_fulfill_obligation: codegen::codegen_fulfill_obligation,
|
||||
codegen_select_candidate: codegen::codegen_select_candidate,
|
||||
own_existential_vtable_entries,
|
||||
vtable_entries,
|
||||
vtable_trait_upcasting_coercion_new_vptr_slot,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue