completion relevance consider if types can be unified

This commit is contained in:
Josh Mcguigan 2021-03-16 08:45:46 -07:00
parent 20e32fc946
commit 957939292e
5 changed files with 47 additions and 3 deletions

View file

@ -41,7 +41,7 @@ use crate::{
};
pub use autoderef::autoderef;
pub use infer::{InferenceResult, InferenceVar};
pub use infer::{could_unify, InferenceResult, InferenceVar};
pub use lower::{
associated_type_shorthand_candidates, callable_item_sig, CallableDefId, ImplTraitLoweringMode,
TyDefId, TyLoweringContext, ValueTyDefId,