mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
completion relevance consider if types can be unified
This commit is contained in:
parent
20e32fc946
commit
957939292e
5 changed files with 47 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue