fix: Fix trait_impls_in_deps_query being called directly instead of as a query

This commit is contained in:
Lukas Wirth 2022-07-21 10:17:57 +02:00
parent 84544134f6
commit cfad882745
4 changed files with 8 additions and 9 deletions

View file

@ -52,8 +52,8 @@ pub use infer::{
};
pub use interner::Interner;
pub use lower::{
associated_type_shorthand_candidates, callable_item_sig, CallableDefId, ImplTraitLoweringMode,
TyDefId, TyLoweringContext, ValueTyDefId,
associated_type_shorthand_candidates, CallableDefId, ImplTraitLoweringMode, TyDefId,
TyLoweringContext, ValueTyDefId,
};
pub use mapping::{
from_assoc_type_id, from_chalk_trait_id, from_foreign_def_id, from_placeholder_idx,